#include <FTFPCMS_BERT_EMZ.h>
Definition at line 15 of file FTFPCMS_BERT_EMZ.h.
Definition at line 13 of file FTFPCMS_BERT_EMZ.cc.
References edm::ParameterSet::getParameter(), and edm::ParameterSet::getUntrackedParameter().
17 double minFTFP = p.
getParameter<
double>(
"EminFTFP") * CLHEP::GeV;
18 double maxBERT = p.
getParameter<
double>(
"EmaxBERT") * CLHEP::GeV;
19 double maxBERTpi = p.
getParameter<
double>(
"EmaxBERTpi") * CLHEP::GeV;
21 <<
"\n Flags for EM Physics: " << emPhys <<
"; Hadronic Physics: " << hadPhys
22 <<
"\n transition energy Bertini/FTFP from " << minFTFP / CLHEP::GeV <<
" to "
23 << maxBERT / CLHEP::GeV <<
":" << maxBERTpi / CLHEP::GeV <<
" GeV";
30 G4EmExtraPhysics* gn =
new G4EmExtraPhysics(ver);
35 this->RegisterPhysics(
new G4DecayPhysics(ver));
39 RegisterPhysics(
new G4HadronElasticPhysics(ver));
45 RegisterPhysics(
new G4StoppingPhysics(ver));
48 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