Go to the documentation of this file.
10 #ifndef gen_BaseHadronizer_h
11 #define gen_BaseHadronizer_h
33 #include "CLHEP/Random/RandomEngine.h"
41 class HepRandomEngine;
117 #endif // gen_BaseHadronizer_h
std::vector< std::string > randomInitConfigDescriptions_
lhef::LHERunInfo * lheRunInfo()
lhef::LHEEvent * lheEvent()
virtual std::unique_ptr< GenLumiInfoHeader > getGenLumiInfoHeader() const
virtual std::vector< std::string > const & doSharedResources() const
void setLHEEvent(std::unique_ptr< lhef::LHEEvent > event)
const std::string & gridpackPath() const
std::unique_ptr< lhef::LHEEvent > getLHEEvent()
void setLHERunInfo(std::unique_ptr< lhef::LHERunInfo > runInfo)
virtual bool select(HepMC::GenEvent *) const
void randomizeIndex(edm::LuminosityBlock const &lumi, CLHEP::HepRandomEngine *rengine)
std::unique_ptr< HepMC::GenEvent > genEvent_
edm::Event & getEDMEvent() const
std::unique_ptr< GenEventInfoProduct > & eventInfo()
std::vector< double > randomInitWeights_
void resetEvent(std::unique_ptr< HepMC::GenEvent > event)
static const std::vector< std::string > theSharedResources
std::unique_ptr< GenEventInfoProduct > genEventInfo_
std::unique_ptr< HepMC::GenEvent > getGenEvent()
std::unique_ptr< GenEventInfoProduct > getGenEventInfo()
GenRunInfoProduct & getGenRunInfo()
virtual void doSetRandomEngine(CLHEP::HepRandomEngine *v)
std::vector< std::string > const & sharedResources() const
std::unique_ptr< HepMC::GenEvent > & event()
void setEDMEvent(edm::Event &event)
void generateLHE(edm::LuminosityBlock const &lumi, CLHEP::HepRandomEngine *rengine, unsigned int ncpu)
BaseHadronizer(edm::ParameterSet const &ps)
GenRunInfoProduct genRunInfo_
std::vector< std::string > gridpackPaths_
const std::string & randomInitConfigDescription() const
void setRandomEngine(CLHEP::HepRandomEngine *v)
GenRunInfoProduct & runInfo()
const std::shared_ptr< lhef::LHERunInfo > & getLHERunInfo() const
std::shared_ptr< lhef::LHERunInfo > lheRunInfo_
virtual ~BaseHadronizer() noexcept(false)
void resetEventInfo(std::unique_ptr< GenEventInfoProduct > eventInfo)
std::unique_ptr< lhef::LHEEvent > lheEvent_