#include <FTFPCMS_BERT_EMH.h>
Definition at line 7 of file FTFPCMS_BERT_EMH.h.
◆ FTFPCMS_BERT_EMH()
Definition at line 11 of file FTFPCMS_BERT_EMH.cc.
References AlCaHLTBitMon_ParallelJobs::p.
12 int ver =
p.getUntrackedParameter<
int>(
"Verbosity", 0);
13 bool emPhys =
p.getUntrackedParameter<
bool>(
"EMPhysics",
true);
14 bool hadPhys =
p.getUntrackedParameter<
bool>(
"HadPhysics",
true);
15 double minFTFP =
p.getParameter<
double>(
"EminFTFP") * CLHEP::GeV;
16 double maxBERT =
p.getParameter<
double>(
"EmaxBERT") * CLHEP::GeV;
17 double maxBERTpi =
p.getParameter<
double>(
"EmaxBERTpi") * CLHEP::GeV;
19 <<
"\n Flags for EM Physics: " << emPhys <<
"; Hadronic Physics: " << hadPhys
20 <<
"\n Transition energy Bertini/FTFP from " << minFTFP / CLHEP::GeV <<
" to " 21 << maxBERT / CLHEP::GeV <<
"; for pions to " << maxBERTpi / CLHEP::GeV <<
" GeV";
29 this->RegisterPhysics(
new G4DecayPhysics(ver));
33 RegisterPhysics(
new G4HadronElasticPhysics(ver));
39 RegisterPhysics(
new G4StoppingPhysics(ver));
42 RegisterPhysics(
new G4IonPhysics(ver));
Log< level::Info, true > LogVerbatim
PhysicsList(const edm::ParameterSet &p)