#include <FTFPCMS_INCLXX_HP_EMM.h>
Definition at line 7 of file FTFPCMS_INCLXX_HP_EMM.h.
Definition at line 17 of file FTFPCMS_INCLXX_HP_EMM.cc.
References edm::ParameterSet::getParameter(), and edm::ParameterSet::getUntrackedParameter().
23 double timeLimit = p.
getParameter<
double>(
"MaxTrackTime") * CLHEP::ns;
24 edm::LogInfo(
"PhysicsList") <<
"You are using the simulation engine: "
25 <<
"FTFP_INCLXX_HP_EMM \n Flags for EM Physics " << emPhys <<
", for Hadronic Physics "
26 << hadPhys <<
" and tracking cut " << tracking <<
" t(ns)= " << timeLimit / CLHEP::ns
27 <<
" ThermalNeutrons: " << thermal;
34 G4EmExtraPhysics* gn =
new G4EmExtraPhysics(ver);
39 this->RegisterPhysics(
new G4DecayPhysics(ver));
42 G4HadronicProcessStore::Instance()->SetVerbose(ver);
45 RegisterPhysics(
new G4HadronElasticPhysicsHP(ver));
48 RegisterPhysics(
new G4HadronPhysicsINCLXX(ver,
true,
true,
true));
51 RegisterPhysics(
new G4StoppingPhysics(ver));
54 RegisterPhysics(
new G4IonINCLXXPhysics(ver));
58 G4NeutronTrackingCut* ncut =
new G4NeutronTrackingCut(ver);
59 ncut->SetTimeLimit(timeLimit);
60 RegisterPhysics(ncut);
63 RegisterPhysics(
new G4ThermalNeutrons(ver));
T getUntrackedParameter(std::string const &, T const &) const
PhysicsList(const edm::ParameterSet &p)
Log< level::Info, false > LogInfo
T getParameter(std::string const &) const