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.addFlag(
"ResonanceDecayFilter:udscAsEquivalent",
false);
62 fMasterGen->settings.addFlag(
"ResonanceDecayFilter:udscbAsEquivalent",
false);
63 fMasterGen->settings.addMVec(
"ResonanceDecayFilter:mothers",std::vector<int>(),
false,
false,0,0);
64 fMasterGen->settings.addMVec(
"ResonanceDecayFilter:daughters",std::vector<int>(),
false,
false,0,0);
69 fMasterGen->readString(
"Next:numberShowEvent = 0");
70 fDecayer->readString(
"Next:numberShowEvent = 0");
74 std::vector<edm::ParameterSet> randomizedParameters =
fParameters.
getParameter<std::vector<edm::ParameterSet> >(
"RandomizedParameters");
75 currentParameters = randomizedParameters[
randomIndex()];
86 if (
line->find(
"Random:") != std::string::npos)
87 throw cms::Exception(
"PythiaError") <<
"Attempted to set random number "
88 "using Pythia commands. Please use " "the RandomNumberGeneratorService."
92 <<
"Pythia 8 did not accept \""
93 << *
line <<
"\"." << std::endl;
95 if (
line->find(
"ParticleDecays:") != std::string::npos) {
98 <<
"Pythia 8 Decayer did not accept \""
99 << *
line <<
"\"." << std::endl;
106 if( currentParameters.
exists(
"SLHAFileForPythia8" ) ) {
110 fMasterGen->settings.mode(
"SLHA:readFrom", 2);
111 fMasterGen->settings.word(
"SLHA:file", f1.fullPath());
113 else if( currentParameters.
exists(
"SLHATableForPythia8" ) ) {
116 char tempslhaname[] =
"pythia8SLHAtableXXXXXX";
117 int fd = mkstemp(tempslhaname);
118 write(fd,slhatable.c_str(),slhatable.size());
123 fMasterGen->settings.mode(
"SLHA:readFrom", 2);
134 for (
size_t i=0;
i<pdgIds.size();
i++ )
142 int PyID = pdgIds[
i];
143 std::ostringstream pyCard ;
144 pyCard << PyID <<
":mayDecay=false";
146 if (
fMasterGen->particleData.isParticle( PyID ) ) {
151 <<
"recognize particle id = "
152 << PyID << std::endl;
165 for (
unsigned int iss=0; iss<settings.size(); iss++ ){
166 if ( settings[iss].
find(
"QED-brem-off") != std::string::npos ){
167 fMasterGen->readString(
"TimeShower:QEDshowerByL=off" );
170 size_t fnd1 = settings[iss].find(
"Pythia8:");
171 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