#include <FTFPCMS_BERT_HP_EML.h>
Definition at line 7 of file FTFPCMS_BERT_HP_EML.h.
Definition at line 18 of file FTFPCMS_BERT_HP_EML.cc.
References edm::ParameterSet::getParameter(), edm::ParameterSet::getUntrackedParameter(), and muons2muons_cfi::photon.
21 G4DataQuestionaire it(
photon);
28 double timeLimit = p.
getParameter<
double>(
"MaxTrackTime")*CLHEP::ns;
29 edm::LogInfo(
"PhysicsList") <<
"You are using the simulation engine: " 30 <<
"FTFP_BERT_HP_EML \n Flags for EM Physics " 31 << emPhys <<
", for Hadronic Physics " 32 << hadPhys <<
" and tracking cut " << tracking
33 <<
" t(ns)= " << timeLimit/CLHEP::ns
34 <<
" ThermalNeutrons: " << thermal;
41 G4EmExtraPhysics* gn =
new G4EmExtraPhysics(ver);
46 this->RegisterPhysics(
new G4DecayPhysics(ver) );
49 G4HadronicProcessStore::Instance()->SetVerbose(ver);
52 RegisterPhysics(
new G4HadronElasticPhysicsHP(ver));
55 RegisterPhysics(
new G4HadronPhysicsFTFP_BERT_HP(ver));
58 RegisterPhysics(
new G4StoppingPhysics(ver));
61 RegisterPhysics(
new G4IonPhysics(ver));
65 G4NeutronTrackingCut* ncut=
new G4NeutronTrackingCut(ver);
66 ncut->SetTimeLimit(timeLimit);
67 RegisterPhysics(ncut);
T getParameter(std::string const &) const
T getUntrackedParameter(std::string const &, T const &) const
PhysicsList(const edm::ParameterSet &p)