|
BOSS 7.1.3
BESIII Offline Software System
|
#include <SingleParticleGun.h>
Inheritance diagram for SingleParticleGun:Public Member Functions | |
| SingleParticleGun (const std::string &name, ISvcLocator *pSvcLocator) | |
| virtual | ~SingleParticleGun () |
| 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 () |
Additional Inherited Members | |
Protected Member Functions inherited from GenModule | |
| void | StripPartonsInit (void) |
| void | StripPartons (GenEvent *evt) |
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 |
Definition at line 42 of file SingleParticleGun.h.
| SingleParticleGun::SingleParticleGun | ( | const std::string & | name, |
| ISvcLocator * | pSvcLocator ) |
Definition at line 34 of file SingleParticleGun.cxx.
Referenced by SingleParticleGun().
|
virtual |
Definition at line 80 of file SingleParticleGun.cxx.
|
virtual |
Reimplemented from GenModule.
Definition at line 158 of file SingleParticleGun.cxx.
|
virtual |
Reimplemented from GenModule.
Definition at line 225 of file SingleParticleGun.cxx.
|
virtual |
Reimplemented from GenModule.
Definition at line 219 of file SingleParticleGun.cxx.
|
virtual |
Reimplemented from GenModule.
Definition at line 87 of file SingleParticleGun.cxx.