1 #ifndef PHG4PileupGenerator_H__
2 #define PHG4PileupGenerator_H__
21 int EndRun(
const int runnumber);
28 _min_integration_time = past_nsec;
29 _max_integration_time = future_nsec;
38 double _min_integration_time;
39 double _max_integration_time;
40 double _collision_rate;
41 double _time_between_crossings;
43 double _ave_coll_per_crossing;
void set_time_between_crossings(double nsec)
int ResetEvent(PHCompositeNode *topNode)
Clean up after each event.
void set_generator(PHG4ParticleGeneratorBase *generator)
int Reset(PHCompositeNode *topNode)
Reset.
int End(PHCompositeNode *topNode)
Called at the end of all processing.
PHG4PileupGenerator(const std::string &name="PILEUPGENERATOR")
int InitRun(PHCompositeNode *topNode)
int Init(PHCompositeNode *topNode)
int process_event(PHCompositeNode *topNode)
int EndRun(const int runnumber)
Called at the end of each run.
void set_time_window(double past_nsec, double future_nsec)
past times are negative, future times are positive
void set_collision_rate(double kHz)
virtual ~PHG4PileupGenerator()