#include <FTFPCMS_BERT_EMM.h>
Definition at line 7 of file FTFPCMS_BERT_EMM.h.
◆ FTFPCMS_BERT_EMM()
Definition at line 16 of file FTFPCMS_BERT_EMM.cc.
17 int ver =
p.getUntrackedParameter<
int>(
"Verbosity", 0);
18 bool emPhys =
p.getUntrackedParameter<
bool>(
"EMPhysics",
true);
19 bool hadPhys =
p.getUntrackedParameter<
bool>(
"HadPhysics",
true);
20 bool tracking =
p.getParameter<
bool>(
"TrackingCut");
21 double timeLimit =
p.getParameter<
double>(
"MaxTrackTime") * CLHEP::ns;
22 double minFTFP =
p.getParameter<
double>(
"EminFTFP") *
CLHEP::GeV;
23 double maxBERT =
p.getParameter<
double>(
"EmaxBERT") *
CLHEP::GeV;
24 double maxBERTpi =
p.getParameter<
double>(
"EmaxBERTpi") *
CLHEP::GeV;
25 edm::LogVerbatim(
"PhysicsList") <<
"You are using the simulation engine: FTFP_BERT_EMM: \n Flags for EM Physics: "
26 << emPhys <<
"; Hadronic Physics: " << hadPhys <<
"; tracking cut: " <<
tracking
27 <<
"; time limit(ns)= " << timeLimit / CLHEP::ns
28 <<
"\n Transition energy Bertini/FTFP from " << minFTFP /
CLHEP::GeV <<
" to "
36 G4EmExtraPhysics* gn =
new G4EmExtraPhysics(ver);
41 this->RegisterPhysics(
new G4DecayPhysics(ver));
44 G4HadronicProcessStore::Instance()->SetVerbose(ver);
47 RegisterPhysics(
new G4HadronElasticPhysics(ver));
53 RegisterPhysics(
new G4StoppingPhysics(ver));
56 RegisterPhysics(
new G4IonPhysics(ver));
60 G4NeutronTrackingCut* ncut =
new G4NeutronTrackingCut(ver);
61 ncut->SetTimeLimit(timeLimit);
62 RegisterPhysics(ncut);
References GeV, and AlCaHLTBitMon_ParallelJobs::p.