#include <FTFPCMS_BERT_EMN.h>
Definition at line 7 of file FTFPCMS_BERT_EMN.h.
Definition at line 15 of file FTFPCMS_BERT_EMN.cc.
References edm::ParameterSet::getParameter(), and edm::ParameterSet::getUntrackedParameter().
20 double timeLimit = p.
getParameter<
double>(
"MaxTrackTime") * CLHEP::ns;
21 edm::LogInfo(
"PhysicsList") <<
"You are using the simulation engine: " 22 <<
"FTFP_BERT_EMN \n Flags for EM Physics " << emPhys <<
", for Hadronic Physics " 23 << hadPhys <<
" and tracking cut " << tracking <<
" t(ns)= " << timeLimit / CLHEP::ns;
30 G4EmExtraPhysics* gn =
new G4EmExtraPhysics(ver);
35 this->RegisterPhysics(
new G4DecayPhysics(ver));
38 G4HadronicProcessStore::Instance()->SetVerbose(ver);
41 RegisterPhysics(
new G4HadronElasticPhysics(ver));
44 RegisterPhysics(
new G4HadronPhysicsFTFP_BERT(ver));
47 RegisterPhysics(
new G4StoppingPhysics(ver));
50 RegisterPhysics(
new G4IonPhysics(ver));
54 G4NeutronTrackingCut* ncut =
new G4NeutronTrackingCut(ver);
55 ncut->SetTimeLimit(timeLimit);
56 RegisterPhysics(ncut);
T getParameter(std::string const &) const
T getUntrackedParameter(std::string const &, T const &) const
PhysicsList(const edm::ParameterSet &p)