#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 muons2muons_cfi::photon.
17 G4DataQuestionaire it(
photon);
23 double timeLimit = p.
getParameter<
double>(
"MaxTrackTime") * CLHEP::ns;
24 edm::LogInfo(
"PhysicsList") <<
"You are using the simulation engine: " 25 <<
"QGSP_FTFP_BERT_EML \n Flags for EM Physics " << emPhys <<
", for Hadronic Physics " 26 << hadPhys <<
" and tracking cut " << tracking <<
" t(ns)= " << timeLimit / CLHEP::ns;
33 G4EmExtraPhysics* gn =
new G4EmExtraPhysics(ver);
38 RegisterPhysics(
new G4DecayPhysics(ver));
41 G4HadronicProcessStore::Instance()->SetVerbose(ver);
44 RegisterPhysics(
new G4HadronElasticPhysics(ver));
47 RegisterPhysics(
new G4HadronPhysicsQGSP_FTFP_BERT(ver));
50 RegisterPhysics(
new G4StoppingPhysics(ver));
53 RegisterPhysics(
new G4IonPhysics(ver));
57 G4NeutronTrackingCut* ncut =
new G4NeutronTrackingCut(ver);
58 ncut->SetTimeLimit(timeLimit);
59 RegisterPhysics(ncut);
T getParameter(std::string const &) const
T getUntrackedParameter(std::string const &, T const &) const
PhysicsList(const edm::ParameterSet &p)