#include <FTFCMS_BIC.h>
Definition at line 7 of file FTFCMS_BIC.h.
Definition at line 16 of file FTFCMS_BIC.cc.
References edm::ParameterSet::getParameter(), edm::ParameterSet::getUntrackedParameter(), and muons2muons_cfi::photon.
19 G4DataQuestionaire it(
photon);
25 edm::LogInfo(
"PhysicsList") <<
"You are using the simulation engine: " 26 <<
"FTF_BIC with Flags for EM Physics " 27 << emPhys <<
", for Hadronic Physics " 28 << hadPhys <<
" and tracking cut " << tracking;
32 RegisterPhysics(
new G4EmStandardPhysics(ver));
35 G4EmExtraPhysics* gn =
new G4EmExtraPhysics(ver);
40 this->RegisterPhysics(
new G4DecayPhysics(ver) );
43 G4HadronicProcessStore::Instance()->SetVerbose(ver);
46 RegisterPhysics(
new G4HadronElasticPhysics(ver));
49 RegisterPhysics(
new G4HadronPhysicsFTF_BIC(ver));
52 RegisterPhysics(
new G4StoppingPhysics(ver));
55 RegisterPhysics(
new G4IonPhysics(ver));
59 RegisterPhysics(
new G4NeutronTrackingCut(ver));
T getParameter(std::string const &) const
T getUntrackedParameter(std::string const &, T const &) const
PhysicsList(const edm::ParameterSet &p)