1 #ifndef _ShowerMaker_ShowerMaker_h_
2 #define _ShowerMaker_ShowerMaker_h_
4 #include <fwk/VModule.h>
18 namespace ShowerMaker {
28 void Diskgen(TRandom2& rnd,
double& x,
double& y,
double r);
fwk::VModule::ResultFlag Init()
Initialize: invoked at beginning of run (NOT beginning of event)
void Diskgen(TRandom2 &rnd, double &x, double &y, double r)
std::string fHeraldFilePath
std::ifstream * fHeraldStream
ResultFlag
Flag returned by module methods to the RunController.
fwk::VModule::ResultFlag Finish()
Finish: invoked at end of the run (NOT end of the event)
REGISTER_MODULE("ShowerMaker", ShowerMaker)
std::map< std::string, unsigned int > fm_index
fwk::VModule::ResultFlag Run(evt::Event &theevent)
Run: invoked once per event.