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