#include <FTFPCMS_BERT_EMM_TRK.h>
Definition at line 7 of file FTFPCMS_BERT_EMM_TRK.h.
Definition at line 14 of file FTFPCMS_BERT_EMM_TRK.cc.
References edm::ParameterSet::getParameter(), and edm::ParameterSet::getUntrackedParameter().
19 double timeLimit = p.
getParameter<
double>(
"MaxTrackTime") * CLHEP::ns;
20 edm::LogInfo(
"PhysicsList") <<
"You are using the simulation engine: " 21 <<
"FTFP_BERT_EMM_TRK \n Flags for EM Physics " << emPhys <<
", for Hadronic Physics " 22 << hadPhys <<
" and tracking cut " << tracking <<
" t(ns)= " << timeLimit / CLHEP::ns;
29 G4EmExtraPhysics* gn =
new G4EmExtraPhysics(ver);
34 this->RegisterPhysics(
new G4DecayPhysics(ver));
37 G4HadronicProcessStore::Instance()->SetVerbose(ver);
40 RegisterPhysics(
new G4HadronElasticPhysics(ver));
46 RegisterPhysics(
new G4StoppingPhysics(ver));
49 RegisterPhysics(
new G4IonPhysics(ver));
53 G4NeutronTrackingCut* ncut =
new G4NeutronTrackingCut(ver);
54 ncut->SetTimeLimit(timeLimit);
55 RegisterPhysics(ncut);
T getParameter(std::string const &) const
T getUntrackedParameter(std::string const &, T const &) const
PhysicsList(const edm::ParameterSet &p)