69int main(
int argc,
char *argv[]) {
82 std::map<int, int> runEvents = eventDisp.getRunEvents();
86 eventDisp.processEvents();
Distributes events among run numbers and coordinates dynamic digitization initialization.
Declares the EventDispenser class.
Public declaration of the Event Dispenser module command-line / configuration options.
const std::string plugin_name
GOptions defineOptions()
Builds and returns the complete set of options supported by the Event Dispenser module.
std::shared_ptr< const dRoutinesMap > dynamicRoutinesMap(const std::vector< std::string > &plugin_names, const std::shared_ptr< GOptions > &gopts)
int main(int argc, char *argv[])