37 #define Starlight_VERSION_MAJOR 1
38 #define Starlight_VERSION_MINOR 0
44 #include "eventchannel.h"
63 std::string configFileName()
const {
return _configFileName; }
64 unsigned long nmbAttempts ()
const {
return _eventChannel->
nmbAttempts(); }
65 unsigned long nmbAccepted ()
const {
return _eventChannel->
nmbAccepted(); }
67 void setInputParameters(
inputParameters* inputParams) { _inputParameters = inputParams; }
71 bool luminosityTableIsValid()
const;
73 bool createEventChannel();
80 unsigned int _nmbEventsPerFile;
81 unsigned long long _nmbEventsToGenerate;
82 std::string _configFileName;
83 std::string _eventDataFileName;
84 std::string _lumLookUpTableFileName;
unsigned long nmbAccepted() const
returns number of accepted events
unsigned long nmbAttempts() const
returns number of attempted events