4 #include "G4EmStandardPhysics.hh" 5 #include "G4DecayPhysics.hh" 6 #include "G4EmExtraPhysics.hh" 7 #include "G4IonPhysics.hh" 8 #include "G4StoppingPhysics.hh" 9 #include "G4HadronElasticPhysics.hh" 10 #include "G4NeutronTrackingCut.hh" 11 #include "G4HadronicProcessStore.hh" 13 #include "G4HadronPhysicsQGSP_FTFP_BERT.hh" 20 double timeLimit = p.
getParameter<
double>(
"MaxTrackTime") * CLHEP::ns;
21 edm::LogInfo(
"PhysicsList") <<
"You are using the simulation engine: " 22 <<
"QGSP_FTFP_BERT \n Flags for EM Physics " << emPhys <<
", for Hadronic Physics " 23 << hadPhys <<
" and tracking cut " << tracking <<
" t(ns)= " << timeLimit / CLHEP::ns;
27 RegisterPhysics(
new G4EmStandardPhysics(ver));
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 G4HadronPhysicsQGSP_FTFP_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
QGSPCMS_FTFP_BERT(const edm::ParameterSet &p)