10 #include "HepMC/GenEvent.h" 24 : fIsInitialized(
false) {
25 std::vector<std::string> extGenNames =
pset.getParameter<std::vector<std::string> >(
"parameterSets");
27 for (
unsigned int ip = 0; ip < extGenNames.size(); ++ip) {
29 if (curSet ==
"EvtGen") {
35 }
else if (curSet ==
"EvtGen1" || curSet ==
"EvtGen130") {
43 }
else if (curSet ==
"Tauola" || curSet ==
"Tauolapp" || curSet ==
"Tauolapp114") {
48 }
else if (curSet ==
"Photospp" || curSet ==
"Photospp356") {
97 for (std::vector<int>::const_iterator
i =
fTauolaInterface->operatesOnParticles().begin();
105 for (std::vector<int>::const_iterator
i =
fEvtGenInterface->operatesOnParticles().begin();
109 for (
unsigned int iss = 0; iss <
fEvtGenInterface->specialSettings().size(); iss++) {
118 for (
unsigned int iss = 0; iss <
fPhotosInterface->specialSettings().size(); iss++) {
std::unique_ptr< PhotosInterfaceBase > fPhotosInterface
ExternalDecayDriver(const edm::ParameterSet &, edm::ConsumesCollector)
static const std::string kTauola
static const std::string kPhotos
void init(const edm::EventSetup &)
static const std::string kPythia6
static const std::string kEvtGen
std::vector< std::string > exSharedResources
std::unique_ptr< EvtGenInterfaceBase > fEvtGenInterface
std::vector< std::string > fSpecialSettings
std::unique_ptr< TauolaInterfaceBase > fTauolaInterface
static const std::string kFortranInstance
HepMC::GenEvent * decay(HepMC::GenEvent *evt)
static const std::string kPythia8
void setRandomEngine(CLHEP::HepRandomEngine *)