10 using namespace Pythia8;
16 useEvtGen(
false), evtgenDecays(0)
25 if(pythiaHepMCVerbosityParticles)
28 if ( ps.
exists(
"useEvtGenPlugin") ) {
32 string evtgenpath(getenv(
"EVTGENDATA"));
36 if ( ps.
exists(
"evtgenDecFile" ) )
39 if ( ps.
exists(
"evtgenPdlFile" ) )
42 if ( ps.
exists(
"evtgenUserFile" ) )
56 fMasterGen->settings.addFlag(
"ResonanceDecayFilter:filter",
false);
57 fMasterGen->settings.addFlag(
"ResonanceDecayFilter:exclusive",
false);
58 fMasterGen->settings.addFlag(
"ResonanceDecayFilter:eMuAsEquivalent",
false);
59 fMasterGen->settings.addFlag(
"ResonanceDecayFilter:eMuTauAsEquivalent",
false);
60 fMasterGen->settings.addFlag(
"ResonanceDecayFilter:allNuAsEquivalent",
false);
61 fMasterGen->settings.addMVec(
"ResonanceDecayFilter:mothers",std::vector<int>(),
false,
false,0,0);
62 fMasterGen->settings.addMVec(
"ResonanceDecayFilter:daughters",std::vector<int>(),
false,
false,0,0);
67 fMasterGen->readString(
"Next:numberShowEvent = 0");
68 fDecayer->readString(
"Next:numberShowEvent = 0");
72 std::vector<edm::ParameterSet> randomizedParameters =
fParameters.
getParameter<std::vector<edm::ParameterSet> >(
"RandomizedParameters");
73 currentParameters = randomizedParameters[
randomIndex()];
84 if (
line->find(
"Random:") != std::string::npos)
85 throw cms::Exception(
"PythiaError") <<
"Attempted to set random number "
86 "using Pythia commands. Please use " "the RandomNumberGeneratorService."
90 <<
"Pythia 8 did not accept \""
91 << *
line <<
"\"." << std::endl;
93 if (
line->find(
"ParticleDecays:") != std::string::npos) {
96 <<
"Pythia 8 Decayer did not accept \""
97 << *
line <<
"\"." << std::endl;
104 if( currentParameters.
exists(
"SLHAFileForPythia8" ) ) {
108 fMasterGen->settings.mode(
"SLHA:readFrom", 2);
109 fMasterGen->settings.word(
"SLHA:file", f1.fullPath());
111 else if( currentParameters.
exists(
"SLHATableForPythia8" ) ) {
114 char tempslhaname[] =
"pythia8SLHAtableXXXXXX";
115 int fd = mkstemp(tempslhaname);
116 write(fd,slhatable.c_str(),slhatable.size());
121 fMasterGen->settings.mode(
"SLHA:readFrom", 2);
132 for (
size_t i=0;
i<pdgIds.size();
i++ )
140 int PyID = pdgIds[
i];
141 std::ostringstream pyCard ;
142 pyCard << PyID <<
":mayDecay=false";
144 if (
fMasterGen->particleData.isParticle( PyID ) ) {
149 <<
"recognize particle id = "
150 << PyID << std::endl;
163 for (
unsigned int iss=0; iss<settings.size(); iss++ ){
164 if ( settings[iss].
find(
"QED-brem-off") != std::string::npos ){
165 fMasterGen->readString(
"TimeShower:QEDshowerByL=off" );
168 size_t fnd1 = settings[iss].find(
"Pythia8:");
169 if ( fnd1 != std::string::npos ){
bool declareSpecialSettings(const std::vector< std::string > &)
T getParameter(std::string const &) const
T getUntrackedParameter(std::string const &, T const &) const
virtual void statistics()
std::auto_ptr< Pythia8::Pythia > fMasterGen
HepMC::IO_AsciiParticles * ascii_io
bool exists(std::string const ¶meterName) const
checks if a parameter exists
bool pythiaHepMCVerbosityParticles
void find(edm::Handle< EcalRecHitCollection > &hits, DetId thisDet, std::vector< EcalRecHitCollection::const_iterator > &hit, bool debug=false)
std::vector< std::string > evtgenUserFiles
def gen
run2 Cosmic #### Run 256259 @ 0T 2015C### Run 272133 @ 3.8T 2016B###
P8RndmEngine p8RndmEngine_
unsigned int pythiaPylistVerbosity
bool declareStableParticles(const std::vector< int > &)
std::string evtgenPdlFile
unsigned int maxEventsToPrint
std::auto_ptr< Pythia8::Pythia > fDecayer
bool pythiaHepMCVerbosity
const_iterator end() const
std::string evtgenDecFile
const_iterator begin() const
volatile std::atomic< bool > shutdown_flag false
edm::ParameterSet fParameters