Class Reference for E1039 Core & Analysis Software
|
#include </dev/shm/kenichi/update-github-e1039-doc/e1039-core/simulation/g4main/PHG4PileupGenerator.h>
Public Member Functions | |
PHG4PileupGenerator (const std::string &name="PILEUPGENERATOR") | |
virtual | ~PHG4PileupGenerator () |
int | Init (PHCompositeNode *topNode) |
int | InitRun (PHCompositeNode *topNode) |
int | process_event (PHCompositeNode *topNode) |
int | Reset (PHCompositeNode *topNode) |
Reset. More... | |
int | ResetEvent (PHCompositeNode *topNode) |
Clean up after each event. More... | |
int | EndRun (const int runnumber) |
Called at the end of each run. More... | |
int | End (PHCompositeNode *topNode) |
Called at the end of all processing. More... | |
void | set_generator (PHG4ParticleGeneratorBase *generator) |
void | set_time_window (double past_nsec, double future_nsec) |
past times are negative, future times are positive More... | |
void | set_collision_rate (double kHz) |
void | set_time_between_crossings (double nsec) |
![]() | |
virtual | ~PHG4ParticleGeneratorBase () |
virtual void | set_name (const std::string &particle="proton") |
virtual void | set_pid (const int pid) |
virtual void | set_mom (const double x, const double y, const double z) |
virtual void | set_vtx (const double x, const double y, const double z) |
virtual void | set_t0 (const double t) |
virtual double | get_vtx_x () const |
virtual double | get_vtx_y () const |
virtual double | get_vtx_z () const |
virtual double | get_t0 () const |
virtual void | Print (const std::string &what="ALL") const |
virtual void | AddParticle (const std::string &particle, const double x, const double y, const double z) |
virtual void | AddParticle (const int pid, const double x, const double y, const double z) |
virtual void | Embed (const int i=1) |
virtual int | ReuseExistingVertex (PHCompositeNode *topNode) |
int | get_reuse_existing_vertex () const |
void | set_reuse_existing_vertex (const int i=1) |
void | set_seed (const unsigned int iseed) |
unsigned int | get_seed () const |
![]() | |
virtual | ~SubsysReco () |
![]() | |
virtual | ~Fun4AllBase () |
virtual const std::string | Name () const |
Returns the name of this module. More... | |
virtual void | Name (const std::string &name) |
Sets the name of this module. More... | |
virtual void | Verbosity (const int ival) |
Sets the verbosity of this module (0 by default=quiet). More... | |
virtual void | Verbosity (enu_Verbosity ival) |
Sets the verbosity of this module (0 by default=quiet). More... | |
virtual int | Verbosity () const |
Gets the verbosity of this module. More... | |
Additional Inherited Members | |
![]() | |
enum | enu_Verbosity { VERBOSITY_QUIET = 0 , VERBOSITY_SOME = 1 , VERBOSITY_MORE = 2 , VERBOSITY_EVEN_MORE = 3 , VERBOSITY_A_LOT = 4 , VERBOSITY_MAX = INT_MAX - 10 } |
![]() | |
PHG4ParticleGeneratorBase (const std::string &name="GENERATORBASE") | |
int | get_pdgcode (const std::string &name) const |
std::string | get_pdgname (const int pdgcode) const |
double | get_mass (const int pdgcode) const |
void | CheckAndCreateParticleVector () |
void | SetParticleId (PHG4Particle *particle, PHG4InEvent *ineve) |
![]() | |
SubsysReco (const std::string &name="NONAME") | |
![]() | |
Fun4AllBase (const std::string &name="NONAME") | |
![]() | |
int | embedflag |
int | reuse_existing_vertex |
double | vtx_x |
double | vtx_y |
double | vtx_z |
double | t0 |
std::vector< PHG4Particle * > | particlelist |
unsigned int | seed |
gsl_rng * | RandomGenerator |
![]() | |
std::string | ThisName |
int | verbosity |
The verbosity level. 0 means not verbose at all. More... | |
Definition at line 9 of file PHG4PileupGenerator.h.
PHG4PileupGenerator::PHG4PileupGenerator | ( | const std::string & | name = "PILEUPGENERATOR" | ) |
Definition at line 13 of file PHG4PileupGenerator.cc.
|
virtual |
Definition at line 26 of file PHG4PileupGenerator.cc.
References NULL.
|
virtual |
Called at the end of all processing.
Reimplemented from SubsysReco.
Definition at line 94 of file PHG4PileupGenerator.cc.
References SubsysReco::End(), and Fun4AllReturnCodes::EVENT_OK.
|
virtual |
Called at the end of each run.
Reimplemented from SubsysReco.
Definition at line 88 of file PHG4PileupGenerator.cc.
References SubsysReco::EndRun(), and Fun4AllReturnCodes::EVENT_OK.
|
virtual |
Called during initialization, i.e. registered via Fun4AllServer::registerSubsystem(). Typically this is where you can book histograms, and e.g. register them to Fun4AllServer (so they can be output to file using Fun4AllServer::dumpHistos() method).
Reimplemented from SubsysReco.
Definition at line 33 of file PHG4PileupGenerator.cc.
References Fun4AllReturnCodes::EVENT_OK, and SubsysReco::Init().
|
virtual |
Called for first event when run number is known. Typically this is where you may want to fetch data from database, because you know the run number.
Reimplemented from PHG4ParticleGeneratorBase.
Definition at line 39 of file PHG4PileupGenerator.cc.
References Fun4AllReturnCodes::EVENT_OK, and PHG4ParticleGeneratorBase::InitRun().
|
virtual |
Called for each event. This is where you do the real work.
Reimplemented from PHG4ParticleGeneratorBase.
Definition at line 55 of file PHG4PileupGenerator.cc.
References Fun4AllReturnCodes::EVENT_OK, PHG4ParticleGeneratorBase::process_event(), PHG4ParticleGeneratorBase::RandomGenerator, and PHG4ParticleGeneratorBase::set_t0().
|
virtual |
Reset.
Reimplemented from SubsysReco.
Definition at line 76 of file PHG4PileupGenerator.cc.
References Fun4AllReturnCodes::EVENT_OK, and SubsysReco::Reset().
|
virtual |
Clean up after each event.
Reimplemented from SubsysReco.
Definition at line 82 of file PHG4PileupGenerator.cc.
References Fun4AllReturnCodes::EVENT_OK, and SubsysReco::ResetEvent().
|
inline |
Definition at line 31 of file PHG4PileupGenerator.h.
|
inline |
Definition at line 24 of file PHG4PileupGenerator.h.
|
inline |
Definition at line 32 of file PHG4PileupGenerator.h.
|
inline |
past times are negative, future times are positive
Definition at line 27 of file PHG4PileupGenerator.h.