#include <QGSPCMS_FTFP_BERT_EML.h>
Definition at line 7 of file QGSPCMS_FTFP_BERT_EML.h.
Definition at line 16 of file QGSPCMS_FTFP_BERT_EML.cc.
References edm::ParameterSet::getParameter(), edm::ParameterSet::getUntrackedParameter(), and GeV.
21 double timeLimit = p.
getParameter<
double>(
"MaxTrackTime") * CLHEP::ns;
28 <<
"QGSP_FTFP_BERT_EML \n Flags for EM Physics " << emPhys
29 <<
", for Hadronic Physics " << hadPhys <<
" and tracking cut " << tracking
30 <<
" t(ns)= " << timeLimit / CLHEP::ns <<
"\n transition energy Bertini/FTFP from "
33 <<
"\n transition energy FTFP/QGSP from " << minQGSP /
CLHEP::GeV <<
" to "
38 RegisterPhysics(
new G4EmStandardPhysics_option1(ver));
41 G4EmExtraPhysics* gn =
new G4EmExtraPhysics(ver);
46 RegisterPhysics(
new G4DecayPhysics(ver));
49 G4HadronicProcessStore::Instance()->SetVerbose(ver);
52 RegisterPhysics(
new G4HadronElasticPhysics(ver));
58 RegisterPhysics(
new G4StoppingPhysics(ver));
61 RegisterPhysics(
new G4IonPhysics(ver));
65 G4NeutronTrackingCut* ncut =
new G4NeutronTrackingCut(ver);
66 ncut->SetTimeLimit(timeLimit);
67 RegisterPhysics(ncut);
Log< level::Info, true > LogVerbatim
T getUntrackedParameter(std::string const &, T const &) const
PhysicsList(const edm::ParameterSet &p)
T getParameter(std::string const &) const