5#ifndef GENERATORMODULESEPOS_H
6#define GENERATORMODULESEPOS_H
21 Epos4(
const std::string& name, ISvcLocator* pSvcLocator);
27 virtual StatusCode
fillEvt(HepMC::GenEvent* evt);
41 IntegerProperty
m_dsid{
this,
"Dsid", 999999};
virtual StatusCode genInitialize()
For initializing the generator, if required.
virtual StatusCode fillEvt(HepMC::GenEvent *evt)
For filling the HepMC event object.
std::string create_file(const std::string &filein)
virtual StatusCode callGenerator()
For calling the generator on each iteration of the event loop.
Epos4(const std::string &name, ISvcLocator *pSvcLocator)
std::vector< long int > m_seeds
virtual StatusCode genFinalize()
For finalising the generator, if required.
GenModule(const std::string &name, ISvcLocator *pSvcLocator)
Constructor.