1 #ifndef FUN4ALLHEPMCPILEUPINPUTMANAGER_H__
2 #define FUN4ALLHEPMCPILEUPINPUTMANAGER_H__
14 #include <gsl/gsl_rng.h>
33 const std::string &nodename =
"DST",
34 const std::string &topnodename =
"TOP");
41 _min_integration_time = past_nsec;
42 _max_integration_time = future_nsec;
53 double _min_integration_time;
54 double _max_integration_time;
56 double _collision_rate;
58 double _time_between_crossings;
61 double _ave_coll_per_crossing;
68 gsl_rng *RandomGenerator;