#include <FTFPCMS_BERT_EMY.h>
Definition at line 14 of file FTFPCMS_BERT_EMY.h.
◆ FTFPCMS_BERT_EMY()
Definition at line 12 of file FTFPCMS_BERT_EMY.cc.
13 int ver =
p.getUntrackedParameter<
int>(
"Verbosity", 0);
14 bool emPhys =
p.getUntrackedParameter<
bool>(
"EMPhysics",
true);
15 bool hadPhys =
p.getUntrackedParameter<
bool>(
"HadPhysics",
true);
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 "
26 RegisterPhysics(
new G4EmStandardPhysics_option3(ver));
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));
References GeV, and AlCaHLTBitMon_ParallelJobs::p.