#include <FTFPCMS_BERT_HP_EMM.h>
Definition at line 7 of file FTFPCMS_BERT_HP_EMM.h.
◆ FTFPCMS_BERT_HP_EMM()
Definition at line 17 of file FTFPCMS_BERT_HP_EMM.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;
24 edm::LogInfo(
"PhysicsList") <<
"You are using the simulation engine: " 25 <<
"FTFP_BERT_HP_EMM \n Flags for EM Physics " << emPhys <<
", for Hadronic Physics " 26 << hadPhys <<
" and tracking cut " <<
tracking <<
" t(ns)= " << timeLimit / CLHEP::ns
27 <<
" ThermalNeutrons: " << thermal;
34 G4EmExtraPhysics* gn =
new G4EmExtraPhysics(ver);
39 this->RegisterPhysics(
new G4DecayPhysics(ver));
42 G4HadronicProcessStore::Instance()->SetVerbose(ver);
45 RegisterPhysics(
new G4HadronElasticPhysicsHP(ver));
48 RegisterPhysics(
new G4HadronPhysicsFTFP_BERT_HP(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));
PhysicsList(const edm::ParameterSet &p)
Log< level::Info, false > LogInfo