1 #ifndef gen_ExhumeHadronizer_h 2 #define gen_ExhumeHadronizer_h 29 class HepRandomEngine;
42 bool generatePartonsAndHadronize();
46 bool readSettings(
int);
47 bool initializeForExternalPartons();
48 bool initializeForInternalPartons();
49 bool declareStableParticles(
const std::vector<int>&);
50 bool declareSpecialSettings(
const std::vector<std::string>&);
59 void doSetRandomEngine(CLHEP::HepRandomEngine*
v)
override;
60 std::vector<std::string>
const&
doSharedResources()
const override {
return theSharedResources; }
Exhume::Event * exhumeEvent_
unsigned int maxEventsToPrint_
static const std::vector< std::string > theSharedResources
unsigned int pythiaListVerbosity_
Pythia6Service * pythia6Service_
std::vector< std::string > const & doSharedResources() const override
edm::ParameterSet myPSet_
Exhume::CrossSection * exhumeProcess_
CLHEP::HepRandomEngine * randomEngine_