#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.
19 G4DataQuestionaire it(
photon);
25 double timeLimit = p.
getParameter<
double>(
"MaxTrackTime")*CLHEP::ns;
26 edm::LogInfo(
"PhysicsList") <<
"You are using the simulation engine: " 27 <<
"FTFP_BERT_EMM_TRK \n Flags for EM Physics " 28 << emPhys <<
", for Hadronic Physics " 29 << hadPhys <<
" and tracking cut " << tracking
30 <<
" t(ns)= " << timeLimit/CLHEP::ns;
37 G4EmExtraPhysics* gn =
new G4EmExtraPhysics(ver);
42 this->RegisterPhysics(
new G4DecayPhysics(ver) );
45 G4HadronicProcessStore::Instance()->SetVerbose(ver);
48 RegisterPhysics(
new G4HadronElasticPhysics(ver));
54 RegisterPhysics(
new G4StoppingPhysics(ver));
57 RegisterPhysics(
new G4IonPhysics(ver));
61 G4NeutronTrackingCut* ncut=
new G4NeutronTrackingCut(ver);
62 ncut->SetTimeLimit(timeLimit);
63 RegisterPhysics(ncut);
T getParameter(std::string const &) const
T getUntrackedParameter(std::string const &, T const &) const
PhysicsList(const edm::ParameterSet &p)