#include <QGSPCMS_BERT.h>
Definition at line 7 of file QGSPCMS_BERT.h.
Definition at line 16 of file QGSPCMS_BERT.cc.
References edm::ParameterSet::getParameter(), edm::ParameterSet::getUntrackedParameter(), and muons2muons_cfi::photon.
17 G4DataQuestionaire it(
photon);
23 edm::LogInfo(
"PhysicsList") <<
"You are using the simulation engine: " 24 <<
"QGSP_BERT \n Flags for EM Physics " << emPhys <<
", for Hadronic Physics " << hadPhys
25 <<
" and tracking cut " << tracking;
29 RegisterPhysics(
new G4EmStandardPhysics(ver));
32 G4EmExtraPhysics* gn =
new G4EmExtraPhysics(ver);
37 this->RegisterPhysics(
new G4DecayPhysics(ver));
40 G4HadronicProcessStore::Instance()->SetVerbose(ver);
43 RegisterPhysics(
new G4HadronElasticPhysics(ver));
46 RegisterPhysics(
new G4HadronPhysicsQGSP_BERT(ver));
49 RegisterPhysics(
new G4StoppingPhysics(ver));
52 RegisterPhysics(
new G4IonPhysics(ver));
56 RegisterPhysics(
new G4NeutronTrackingCut(ver));
T getParameter(std::string const &) const
T getUntrackedParameter(std::string const &, T const &) const
PhysicsList(const edm::ParameterSet &p)