CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions | Protected Attributes
edm::BaseFlatGunSource Class Reference

#include <BaseFlatGunSource.h>

Inheritance diagram for edm::BaseFlatGunSource:
edm::GeneratedInputSource edm::ConfigurableInputSource edm::InputSource edm::ProductRegistryHelper edm::ExpoRandomPtGunSource edm::FlatRandomEGunSource edm::FlatRandomPtGunSource edm::MultiParticleInConeGunSource

Public Member Functions

 BaseFlatGunSource (const ParameterSet &, const InputSourceDescription &)
 
void beginRun (edm::Run &r, const edm::EventSetup &)
 
virtual ~BaseFlatGunSource ()
 
- Public Member Functions inherited from edm::GeneratedInputSource
 GeneratedInputSource (ParameterSet const &pset, InputSourceDescription const &desc)
 
virtual ~GeneratedInputSource ()
 
- Public Member Functions inherited from edm::ConfigurableInputSource
 ConfigurableInputSource (ParameterSet const &pset, InputSourceDescription const &desc, bool realData=true)
 
EventNumber_t event () const
 
unsigned int eventCreationDelay () const
 
LuminosityBlockNumber_t luminosityBlock () const
 
unsigned int numberEventsInLumi () const
 
unsigned int numberEventsInRun () const
 
unsigned int numberEventsInThisLumi () const
 
unsigned int numberEventsInThisRun () const
 
TimeValue_t presentTime () const
 
RunNumber_t run () const
 
unsigned int timeBetweenEvents () const
 
virtual ~ConfigurableInputSource ()
 
- Public Member Functions inherited from edm::InputSource
boost::shared_ptr
< ActivityRegistry
actReg () const
 Accessor for Activity Registry. More...
 
void closeFile (boost::shared_ptr< FileBlock >, bool cleaningUpAfterException)
 close current file More...
 
void doBeginJob ()
 Called by framework at beginning of job. More...
 
void doBeginLumi (LuminosityBlockPrincipal &lbp)
 Called by framework at beginning of lumi block. More...
 
void doBeginRun (RunPrincipal &rp)
 Called by framework at beginning of run. More...
 
void doEndJob ()
 Called by framework at end of job. More...
 
void doEndLumi (LuminosityBlockPrincipal &lbp, bool cleaningUpAfterException)
 Called by framework at end of lumi block. More...
 
void doEndRun (RunPrincipal &rp, bool cleaningUpAfterException)
 Called by framework at end of run. More...
 
void doPostForkReacquireResources (boost::shared_ptr< multicore::MessageReceiverForSource >)
 
void doPreForkReleaseResources ()
 Called by the framework before forking the process. More...
 
ProcessingController::ForwardState forwardState () const
 
bool goToEvent (EventID const &eventID)
 
 InputSource (ParameterSet const &, InputSourceDescription const &)
 Constructor. More...
 
void issueReports (EventID const &eventID)
 issue an event report More...
 
LuminosityBlockNumber_t luminosityBlock () const
 Accessor for current luminosity block number. More...
 
boost::shared_ptr
< LuminosityBlockAuxiliary
luminosityBlockAuxiliary () const
 Called by the framework to merge or insert lumi in principal cache. More...
 
int markLumi ()
 Mark lumi as read. More...
 
int markRun ()
 Mark run as read. More...
 
int maxEvents () const
 
int maxLuminosityBlocks () const
 
ModuleDescription const & moduleDescription () const
 Accessor for 'module' description. More...
 
ItemType nextItemType ()
 
bool primary () const
 Accessor for primary input source flag. More...
 
ProcessConfiguration const & processConfiguration () const
 Accessor for Process Configuration. More...
 
std::string const & processGUID () const
 Accessor for global process identifier. More...
 
ProcessingMode processingMode () const
 RunsLumisAndEvents (default), RunsAndLumis, or Runs. More...
 
boost::shared_ptr
< ProductRegistry const > 
productRegistry () const
 Accessor for product registry. More...
 
bool randomAccess () const
 
void readAndCacheLumi (bool merge, HistoryAppender &historyAppender)
 Read next luminosity block. More...
 
void readAndCacheRun (bool merge, HistoryAppender &historyAppender)
 Read next run. More...
 
EventPrincipalreadEvent (boost::shared_ptr< LuminosityBlockPrincipal > lbCache)
 
EventPrincipalreadEvent (EventID const &)
 Read a specific event. More...
 
boost::shared_ptr< FileBlockreadFile ()
 Read next file. More...
 
boost::shared_ptr
< LuminosityBlockAuxiliary
readLuminosityBlockAuxiliary ()
 Read next luminosity block Auxilary. More...
 
boost::shared_ptr< RunAuxiliaryreadRunAuxiliary ()
 Read next run Auxiliary. More...
 
ProcessHistoryID const & reducedProcessHistoryID () const
 
void registerProducts ()
 Register any produced products. More...
 
int remainingEvents () const
 
int remainingLuminosityBlocks () const
 
void repeat ()
 Reset the remaining number of events/lumis to the maximum number. More...
 
ProcessingController::ReverseState reverseState () const
 
void rewind ()
 Begin again at the first event. More...
 
RunNumber_t run () const
 Accessor for current run number. More...
 
boost::shared_ptr< RunAuxiliaryrunAuxiliary () const
 Called by the framework to merge or insert run in principal cache. More...
 
void setLuminosityBlockNumber_t (LuminosityBlockNumber_t lb)
 Set the luminosity block ID. More...
 
void setRunNumber (RunNumber_t r)
 Set the run number. More...
 
void skipEvents (int offset)
 
Timestamp const & timestamp () const
 Accessor for the current time, as seen by the input source. More...
 
virtual ~InputSource ()
 Destructor. More...
 

Protected Attributes

bool fAddAntiParticle
 
HepMC::GenEvent * fEvt
 
double fMaxEta
 
double fMaxPhi
 
double fMinEta
 
double fMinPhi
 
std::vector< int > fPartIDs
 
ESHandle
< HepPDT::ParticleDataTable
fPDGTable
 
CLHEP::HepRandomEngine & fRandomEngine
 
CLHEP::RandFlat * fRandomGenerator
 
int fVerbosity
 

Additional Inherited Members

- Public Types inherited from edm::InputSource
enum  ItemType {
  IsInvalid, IsStop, IsFile, IsRun,
  IsLumi, IsEvent, IsRepeat
}
 
enum  ProcessingMode { Runs, RunsAndLumis, RunsLumisAndEvents }
 
typedef
ProductRegistryHelper::TypeLabelList 
TypeLabelList
 
- Static Public Member Functions inherited from edm::ConfigurableInputSource
static void fillDescription (ParameterSetDescription &desc)
 
- Static Public Member Functions inherited from edm::InputSource
static const std::string & baseType ()
 
static void fillDescription (ParameterSetDescription &desc)
 
static void fillDescriptions (ConfigurationDescriptions &descriptions)
 
static void prevalidate (ConfigurationDescriptions &)
 
- Protected Member Functions inherited from edm::ConfigurableInputSource
void reallyReadEvent ()
 
void setEventNumber (EventNumber_t e)
 
void setTime (TimeValue_t t)
 
- Protected Member Functions inherited from edm::InputSource
void decreaseRemainingEventsBy (int iSkipped)
 
EventPrincipaleventPrincipalCache ()
 
boost::shared_ptr
< LuminosityBlockPrincipal >
const 
luminosityBlockPrincipal () const
 
PrincipalCache const & principalCache () const
 
PrincipalCacheprincipalCache ()
 
ProductRegistryproductRegistryUpdate () const
 
void reset () const
 
void resetLuminosityBlockAuxiliary () const
 
void resetRunAuxiliary () const
 
boost::shared_ptr
< RunPrincipal > const 
runPrincipal () const
 
void setLuminosityBlockAuxiliary (LuminosityBlockAuxiliary *lbp)
 
void setRunAuxiliary (RunAuxiliary *rp)
 
void setTimestamp (Timestamp const &theTime)
 To set the current time, as seen by the input source. More...
 
ItemType state () const
 

Detailed Description

Definition at line 32 of file BaseFlatGunSource.h.

Constructor & Destructor Documentation

BaseFlatGunSource::BaseFlatGunSource ( const ParameterSet pset,
const InputSourceDescription desc 
)

Definition at line 47 of file BaseFlatGunSource.cc.

References fAddAntiParticle, fMaxEta, fMaxPhi, fMinEta, fMinPhi, fPartIDs, fRandomEngine, fRandomGenerator, fVerbosity, and edm::ParameterSet::getUntrackedParameter().

48  :
49  GeneratedInputSource (pset, desc),
50  fEvt(0),
53  // fPDGTable( new DefaultConfig::ParticleDataTable("PDG Table") )
54 {
55 
56  ParameterSet defpset ;
57  //ParameterSet pgun_params = pset.getParameter<ParameterSet>("PGunParameters") ;
58  ParameterSet pgun_params =
59  pset.getUntrackedParameter<ParameterSet>("PGunParameters", defpset ) ;
60 
61  // although there's the method ParameterSet::empty(),
62  // it looks like it's NOT even necessary to check if it is,
63  // before trying to extract parameters - if it is empty,
64  // the default values seem to be taken
65  vector<int> defids ;
66  defids.push_back(13) ;
67  fPartIDs = pgun_params.getUntrackedParameter< vector<int> >("PartID",defids);
68  fMinEta = pgun_params.getUntrackedParameter<double>("MinEta",-5.5);
69  fMaxEta = pgun_params.getUntrackedParameter<double>("MaxEta",5.5);
70  fMinPhi = pgun_params.getUntrackedParameter<double>("MinPhi",-3.14159265358979323846);
71  fMaxPhi = pgun_params.getUntrackedParameter<double>("MaxPhi", 3.14159265358979323846);
72 
73  //
74  //fPDGTablePath = "/afs/cern.ch/sw/lcg/external/clhep/1.9.2.1/slc3_ia32_gcc323/data/HepPDT/" ;
75 /*
76  string HepPDTBase( getenv("HEPPDT_PARAM_PATH") ) ;
77  fPDGTablePath = HepPDTBase + "/data/" ;
78  fPDGTableName = "PDG_mass_width_2004.mc"; // should it be 2004 table ?
79 
80  string TableFullName = fPDGTablePath + fPDGTableName ;
81  ifstream PDFile( TableFullName.c_str() ) ;
82  if( !PDFile )
83  {
84  throw cms::Exception("FileNotFound", "BaseFlatGunSource::BaseFlatGunSource()")
85  << "File " << TableFullName << " cannot be opened.\n";
86  }
87 
88  HepPDT::TableBuilder tb(*fPDGTable) ;
89  if ( !addPDGParticles( PDFile, tb ) ) { cout << " Error reading PDG !" << endl; }
90  // the tb dtor fills fPDGTable
91 */
92 
93  fVerbosity = pset.getUntrackedParameter<int>( "Verbosity",0 ) ;
94 
95 // The Service has already instantiated an engine. Use it.
96  fRandomGenerator = new CLHEP::RandFlat(fRandomEngine) ;
97  fAddAntiParticle = pset.getUntrackedParameter<bool>("AddAntiParticle",false);
98 
99 }
std::vector< int > fPartIDs
T getUntrackedParameter(std::string const &, T const &) const
CLHEP::RandFlat * fRandomGenerator
CLHEP::HepRandomEngine & getEngineReference()
GeneratedInputSource(ParameterSet const &pset, InputSourceDescription const &desc)
HepMC::GenEvent * fEvt
CLHEP::HepRandomEngine & fRandomEngine
BaseFlatGunSource::~BaseFlatGunSource ( )
virtual

Definition at line 101 of file BaseFlatGunSource.cc.

References fRandomGenerator, and NULL.

102 {
103 
104  if ( fRandomGenerator != NULL ) delete fRandomGenerator;
105 
106  // no need to cleanup GenEvent memory - done in HepMCProduct
107  // if (fEvt != NULL) delete fEvt ; // double check
108  // delete fPDGTable;
109 
110 }
#define NULL
Definition: scimark2.h:8
CLHEP::RandFlat * fRandomGenerator

Member Function Documentation

void BaseFlatGunSource::beginRun ( edm::Run r,
const edm::EventSetup es 
)

Definition at line 113 of file BaseFlatGunSource.cc.

References fPDGTable, edm::EventSetup::getData(), and hitfit::return.

114 {
115 
116  es.getData( fPDGTable ) ;
117 
118  return ;
119 
120 }
void getData(T &iHolder) const
Definition: EventSetup.h:67
ESHandle< HepPDT::ParticleDataTable > fPDGTable

Member Data Documentation

bool edm::BaseFlatGunSource::fAddAntiParticle
protected
HepMC::GenEvent* edm::BaseFlatGunSource::fEvt
protected
double edm::BaseFlatGunSource::fMaxEta
protected
double edm::BaseFlatGunSource::fMaxPhi
protected
double edm::BaseFlatGunSource::fMinEta
protected
double edm::BaseFlatGunSource::fMinPhi
protected
std::vector<int> edm::BaseFlatGunSource::fPartIDs
protected
ESHandle<HepPDT::ParticleDataTable> edm::BaseFlatGunSource::fPDGTable
protected
CLHEP::HepRandomEngine& edm::BaseFlatGunSource::fRandomEngine
protected
CLHEP::RandFlat* edm::BaseFlatGunSource::fRandomGenerator
protected
int edm::BaseFlatGunSource::fVerbosity
protected