#include <FTFPCMS_BERT_HP_EML.h>
Definition at line 7 of file FTFPCMS_BERT_HP_EML.h.
Definition at line 17 of file FTFPCMS_BERT_HP_EML.cc.
References edm::ParameterSet::getParameter(), and edm::ParameterSet::getUntrackedParameter().
23 double timeLimit = p.
getParameter<
double>(
"MaxTrackTime") * CLHEP::ns;
25 <<
"FTFP_BERT_HP_EML \n Flags for EM Physics " << emPhys <<
", for Hadronic Physics "
26 << hadPhys <<
" and tracking cut " << tracking
27 <<
" t(ns)= " << timeLimit / CLHEP::ns <<
" ThermalNeutrons: " << thermal;
31 RegisterPhysics(
new G4EmStandardPhysics_option1(ver));
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 G4HadronPhysicsFTFP_BERT_HP(ver));
51 RegisterPhysics(
new G4StoppingPhysics(ver));
54 RegisterPhysics(
new G4IonPhysics(ver));
58 G4NeutronTrackingCut* ncut =
new G4NeutronTrackingCut(ver);
59 ncut->SetTimeLimit(timeLimit);
60 RegisterPhysics(ncut);
63 RegisterPhysics(
new G4ThermalNeutrons(ver));
Log< level::Info, true > LogVerbatim
T getUntrackedParameter(std::string const &, T const &) const
PhysicsList(const edm::ParameterSet &p)
T getParameter(std::string const &) const