|
BOSS 7.1.3
BESIII Offline Software System
|
#include <BesGenModule.h>
Inheritance diagram for BesGenModule:Public Member Functions | |
| BesGenModule (const std::string &name, ISvcLocator *pSvcLocator) | |
| virtual | ~BesGenModule () |
| virtual StatusCode | genInitialize () |
| virtual StatusCode | callGenerator () |
| virtual StatusCode | genFinalize () |
| virtual StatusCode | fillEvt (GenEvent *evt) |
Public Member Functions inherited from GenModule | |
| GenModule (const std::string &name, ISvcLocator *pSvcLocator) | |
| virtual | ~GenModule () |
| StatusCode | initialize () |
| StatusCode | execute () |
| StatusCode | finalize () |
| virtual StatusCode | genuserInitialize () |
Public Attributes | |
| IBesRndmGenSvc * | p_BesRndmGenSvc |
Static Public Attributes | |
| static std::string | besMcGen_stream ="PHOTOS_INIT" |
Protected Attributes | |
| int | m_fortout |
| std::vector< long int > | m_seeds |
| const char * | cardname |
| std::string | runname |
| int | Nr |
| int | mvec [10] |
| int | nvec [10] |
| std::vector< int > | m_par |
| int | m_events |
| int | n |
| int | n1 |
| int | m_GenIndex |
| int | m_SuperIndex |
| int | m_SubIndex |
Protected Attributes inherited from GenModule | |
| bool | m_fixedMode |
| double | m_meanInteractions |
| int | m_randomSeed |
| std::vector< int > | m_AllPartons |
| std::vector< int > | m_StripVector |
| bool | m_StripPartonSwitch |
| CLHEP::HepRandomEngine * | m_pRandomEngine |
| CLHEP::RandPoisson * | m_pPoissonGenerator |
| HepPDT::ParticleDataTable * | m_particleTable |
Additional Inherited Members | |
Protected Member Functions inherited from GenModule | |
| void | StripPartonsInit (void) |
| void | StripPartons (GenEvent *evt) |
Definition at line 21 of file BesGenModule.h.
| BesGenModule::BesGenModule | ( | const std::string & | name, |
| ISvcLocator * | pSvcLocator ) |
Definition at line 73 of file BesGenModule.cxx.
Referenced by BesGenModule().
|
virtual |
Definition at line 85 of file BesGenModule.cxx.
|
virtual |
Reimplemented from GenModule.
Definition at line 143 of file BesGenModule.cxx.
|
virtual |
Reimplemented from GenModule.
Definition at line 206 of file BesGenModule.cxx.
|
virtual |
Reimplemented from GenModule.
Definition at line 198 of file BesGenModule.cxx.
|
virtual |
Reimplemented from GenModule.
Definition at line 104 of file BesGenModule.cxx.
|
static |
Definition at line 33 of file BesGenModule.h.
Referenced by BesGenModule(), and genInitialize().
|
protected |
Definition at line 44 of file BesGenModule.h.
Referenced by genInitialize().
|
protected |
Definition at line 53 of file BesGenModule.h.
Referenced by callGenerator(), fillEvt(), and genInitialize().
|
protected |
Definition at line 39 of file BesGenModule.h.
|
protected |
Definition at line 57 of file BesGenModule.h.
|
protected |
Definition at line 50 of file BesGenModule.h.
|
protected |
Definition at line 42 of file BesGenModule.h.
|
protected |
Definition at line 61 of file BesGenModule.h.
|
protected |
Definition at line 59 of file BesGenModule.h.
|
protected |
Definition at line 47 of file BesGenModule.h.
Referenced by callGenerator().
|
protected |
Definition at line 54 of file BesGenModule.h.
Referenced by genFinalize(), and genInitialize().
|
protected |
Definition at line 55 of file BesGenModule.h.
|
protected |
Definition at line 46 of file BesGenModule.h.
Referenced by BesGenModule(), and callGenerator().
|
protected |
Definition at line 48 of file BesGenModule.h.
| IBesRndmGenSvc* BesGenModule::p_BesRndmGenSvc |
Definition at line 32 of file BesGenModule.h.
Referenced by genInitialize().
|
protected |
Definition at line 45 of file BesGenModule.h.
Referenced by BesGenModule(), and genInitialize().