#include <FTFPCMS_BERT_EMN.h>
Definition at line 7 of file FTFPCMS_BERT_EMN.h.
Definition at line 12 of file FTFPCMS_BERT_EMN.cc.
References edm::ParameterSet::getParameter(), and edm::ParameterSet::getUntrackedParameter().
16 double minFTFP = p.
getParameter<
double>(
"EminFTFP") * CLHEP::GeV;
17 double maxBERT = p.
getParameter<
double>(
"EmaxBERT") * CLHEP::GeV;
18 double maxBERTpi = p.
getParameter<
double>(
"EmaxBERTpi") * CLHEP::GeV;
20 <<
"\n Flags for EM Physics: " << emPhys <<
"; Hadronic Physics: " << hadPhys
21 <<
"\n transition energy Bertini/FTFP from " << minFTFP / CLHEP::GeV <<
" to "
22 << maxBERT / CLHEP::GeV <<
":" << maxBERTpi / CLHEP::GeV <<
" GeV";
29 G4EmExtraPhysics* gn =
new G4EmExtraPhysics(ver);
34 this->RegisterPhysics(
new G4DecayPhysics(ver));
38 RegisterPhysics(
new G4HadronElasticPhysics(ver));
44 RegisterPhysics(
new G4StoppingPhysics(ver));
47 RegisterPhysics(
new G4IonPhysics(ver));
Log< level::Info, true > LogVerbatim
T getUntrackedParameter(std::string const &, T const &) const
PhysicsList(const edm::ParameterSet &p)
T getParameter(std::string const &) const