#include <FTFPCMS_INCLXX_HP_EMM.h>
Definition at line 7 of file FTFPCMS_INCLXX_HP_EMM.h.
◆ FTFPCMS_INCLXX_HP_EMM()
Definition at line 17 of file FTFPCMS_INCLXX_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;
25 <<
"FTFP_INCLXX_HP_EMM \n Flags for EM Physics " << emPhys
26 <<
", for Hadronic Physics " << hadPhys <<
" and tracking cut " <<
tracking 27 <<
" t(ns)= " << timeLimit / CLHEP::ns <<
" 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 G4HadronPhysicsINCLXX(
"hInelastic INCLXX_HP",
true,
true,
true));
51 RegisterPhysics(
new G4StoppingPhysics(ver));
54 RegisterPhysics(
new G4IonINCLXXPhysics(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)