#include <FTFPCMS_BERT_EMY.h>
Definition at line 14 of file FTFPCMS_BERT_EMY.h.
Definition at line 16 of file FTFPCMS_BERT_EMY.cc.
References edm::ParameterSet::getParameter(), and edm::ParameterSet::getUntrackedParameter().
21 double timeLimit = p.
getParameter<
double>(
"MaxTrackTime") * CLHEP::ns;
23 <<
"FTFP_BERT_EMY \n Flags for EM Physics " << emPhys <<
", for Hadronic Physics " 24 << hadPhys <<
" and tracking cut " << tracking
25 <<
" t(ns)= " << timeLimit / CLHEP::ns;
29 RegisterPhysics(
new G4EmStandardPhysics_option3(ver));
30 G4EmParameters::Instance()->SetMscStepLimitType(fUseSafetyPlus);
33 G4EmExtraPhysics* gn =
new G4EmExtraPhysics(ver);
38 this->RegisterPhysics(
new G4DecayPhysics(ver));
41 G4HadronicProcessStore::Instance()->SetVerbose(ver);
44 RegisterPhysics(
new G4HadronElasticPhysics(ver));
47 RegisterPhysics(
new G4HadronPhysicsFTFP_BERT(ver));
50 RegisterPhysics(
new G4StoppingPhysics(ver));
53 RegisterPhysics(
new G4IonPhysics(ver));
57 RegisterPhysics(
new G4NeutronTrackingCut(ver));
T getParameter(std::string const &) const
T getUntrackedParameter(std::string const &, T const &) const
PhysicsList(const edm::ParameterSet &p)