#include <FTFPCMS_BERT_HP_EMM.h>
Definition at line 7 of file FTFPCMS_BERT_HP_EMM.h.
Definition at line 18 of file FTFPCMS_BERT_HP_EMM.cc.
References edm::ParameterSet::getParameter(), edm::ParameterSet::getUntrackedParameter(), and muons2muons_cfi::photon.
19 G4DataQuestionaire it(
photon);
26 double timeLimit = p.
getParameter<
double>(
"MaxTrackTime") * CLHEP::ns;
27 edm::LogInfo(
"PhysicsList") <<
"You are using the simulation engine: " 28 <<
"FTFP_BERT_HP_EMM \n Flags for EM Physics " << emPhys <<
", for Hadronic Physics " 29 << hadPhys <<
" and tracking cut " << tracking <<
" t(ns)= " << timeLimit / CLHEP::ns
30 <<
" ThermalNeutrons: " << thermal;
37 G4EmExtraPhysics* gn =
new G4EmExtraPhysics(ver);
42 this->RegisterPhysics(
new G4DecayPhysics(ver));
45 G4HadronicProcessStore::Instance()->SetVerbose(ver);
48 RegisterPhysics(
new G4HadronElasticPhysicsHP(ver));
51 RegisterPhysics(
new G4HadronPhysicsFTFP_BERT_HP(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)