#include <FTFPCMS_BERT_EMM_TRK.h>
Definition at line 7 of file FTFPCMS_BERT_EMM_TRK.h.
Definition at line 16 of file FTFPCMS_BERT_EMM_TRK.cc.
References edm::ParameterSet::getParameter(), edm::ParameterSet::getUntrackedParameter(), and muons2muons_cfi::photon.
17 G4DataQuestionaire it(
photon);
23 double timeLimit = p.
getParameter<
double>(
"MaxTrackTime") * CLHEP::ns;
24 edm::LogInfo(
"PhysicsList") <<
"You are using the simulation engine: " 25 <<
"FTFP_BERT_EMM_TRK \n Flags for EM Physics " << emPhys <<
", for Hadronic Physics " 26 << hadPhys <<
" and tracking cut " << tracking <<
" t(ns)= " << timeLimit / CLHEP::ns;
33 G4EmExtraPhysics* gn =
new G4EmExtraPhysics(ver);
38 this->RegisterPhysics(
new G4DecayPhysics(ver));
41 G4HadronicProcessStore::Instance()->SetVerbose(ver);
44 RegisterPhysics(
new G4HadronElasticPhysics(ver));
50 RegisterPhysics(
new G4StoppingPhysics(ver));
53 RegisterPhysics(
new G4IonPhysics(ver));
57 G4NeutronTrackingCut* ncut =
new G4NeutronTrackingCut(ver);
58 ncut->SetTimeLimit(timeLimit);
59 RegisterPhysics(ncut);
T getParameter(std::string const &) const
T getUntrackedParameter(std::string const &, T const &) const
PhysicsList(const edm::ParameterSet &p)