#include <FTFPCMS_BERT_EMY.h>
Definition at line 14 of file FTFPCMS_BERT_EMY.h.
Definition at line 16 of file FTFPCMS_BERT_EMY.cc.
References edm::ParameterSet::getParameter(), edm::ParameterSet::getUntrackedParameter(), and muons2muons_cfi::photon.
17 G4DataQuestionaire it(
photon);
23 edm::LogInfo(
"PhysicsList") <<
"You are using the simulation engine: " 24 <<
"FTFP_BERT_EMY \n Flags for EM Physics " << emPhys <<
", for Hadronic Physics " 25 << hadPhys <<
" and tracking cut " << tracking;
29 RegisterPhysics(
new G4EmStandardPhysics_option3(ver));
32 G4EmExtraPhysics* gn =
new G4EmExtraPhysics(ver);
37 this->RegisterPhysics(
new G4DecayPhysics(ver));
40 G4HadronicProcessStore::Instance()->SetVerbose(ver);
43 RegisterPhysics(
new G4HadronElasticPhysics(ver));
46 RegisterPhysics(
new G4HadronPhysicsFTFP_BERT(ver));
49 RegisterPhysics(
new G4StoppingPhysics(ver));
52 RegisterPhysics(
new G4IonPhysics(ver));
56 RegisterPhysics(
new G4NeutronTrackingCut(ver));
T getParameter(std::string const &) const
T getUntrackedParameter(std::string const &, T const &) const
PhysicsList(const edm::ParameterSet &p)