#include <FTFPCMS_BERT_XS_EML.h>
Definition at line 7 of file FTFPCMS_BERT_XS_EML.h.
◆ FTFPCMS_BERT_XS_EML()
Definition at line 17 of file FTFPCMS_BERT_XS_EML.cc.
References AlCaHLTBitMon_ParallelJobs::p.
18 int ver =
p.getUntrackedParameter<
int>(
"Verbosity", 0);
19 bool emPhys =
p.getUntrackedParameter<
bool>(
"EMPhysics",
true);
20 bool hadPhys =
p.getUntrackedParameter<
bool>(
"HadPhysics",
true);
21 bool tracking =
p.getParameter<
bool>(
"TrackingCut");
22 bool thermal =
p.getUntrackedParameter<
bool>(
"ThermalNeutrons");
23 double timeLimit =
p.getParameter<
double>(
"MaxTrackTime") * CLHEP::ns;
25 <<
"FTFP_BERT_XS_EML \n Flags for EM Physics " << emPhys <<
", for Hadronic Physics " 26 << hadPhys <<
" and tracking cut " <<
tracking 27 <<
" t(ns)= " << timeLimit / CLHEP::ns <<
" ThermalNeutrons: " << thermal;
31 RegisterPhysics(
new G4EmStandardPhysics_option1(ver));
34 G4EmExtraPhysics* gn =
new G4EmExtraPhysics(ver);
39 this->RegisterPhysics(
new G4DecayPhysics(ver));
42 G4HadronicProcessStore::Instance()->SetVerbose(ver);
45 RegisterPhysics(
new G4HadronElasticPhysicsXS(ver));
48 RegisterPhysics(
new G4HadronPhysicsFTFP_BERT(ver));
51 RegisterPhysics(
new G4StoppingPhysics(ver));
54 RegisterPhysics(
new G4IonPhysics(ver));
58 G4NeutronTrackingCut* ncut =
new G4NeutronTrackingCut(ver);
59 ncut->SetTimeLimit(timeLimit);
60 RegisterPhysics(ncut);
63 RegisterPhysics(
new G4ThermalNeutrons(ver));
Log< level::Info, true > LogVerbatim
PhysicsList(const edm::ParameterSet &p)