#include <FTFPCMS_BERT_EMV.h>
Definition at line 7 of file FTFPCMS_BERT_EMV.h.
Definition at line 15 of file FTFPCMS_BERT_EMV.cc.
References edm::ParameterSet::getParameter(), and edm::ParameterSet::getUntrackedParameter().
20 edm::LogInfo(
"PhysicsList") <<
"You are using the simulation engine: " 21 <<
"FTFP_BERT_EMV \n Flags for EM Physics " << emPhys <<
", for Hadronic Physics " 22 << hadPhys <<
" and tracking cut " << tracking;
26 RegisterPhysics(
new G4EmStandardPhysics_option1(ver));
29 G4EmExtraPhysics* gn =
new G4EmExtraPhysics(ver);
34 this->RegisterPhysics(
new G4DecayPhysics(ver));
37 G4HadronicProcessStore::Instance()->SetVerbose(ver);
40 RegisterPhysics(
new G4HadronElasticPhysics(ver));
43 RegisterPhysics(
new G4HadronPhysicsFTFP_BERT(ver));
46 RegisterPhysics(
new G4StoppingPhysics(ver));
49 RegisterPhysics(
new G4IonPhysics(ver));
53 RegisterPhysics(
new G4NeutronTrackingCut(ver));
T getParameter(std::string const &) const
T getUntrackedParameter(std::string const &, T const &) const
PhysicsList(const edm::ParameterSet &p)