#include <FTFCMS_BIC.h>
Definition at line 7 of file FTFCMS_BIC.h.
◆ FTFCMS_BIC()
Definition at line 15 of file FTFCMS_BIC.cc.
References AlCaHLTBitMon_ParallelJobs::p.
16 int ver =
p.getUntrackedParameter<
int>(
"Verbosity", 0);
17 bool emPhys =
p.getUntrackedParameter<
bool>(
"EMPhysics",
true);
18 bool hadPhys =
p.getUntrackedParameter<
bool>(
"HadPhysics",
true);
19 bool tracking =
p.getParameter<
bool>(
"TrackingCut");
20 edm::LogInfo(
"PhysicsList") <<
"You are using the simulation engine: " 21 <<
"FTF_BIC with Flags for EM Physics " << emPhys <<
", for Hadronic Physics " << hadPhys
26 RegisterPhysics(
new G4EmStandardPhysics(ver));
29 G4EmExtraPhysics* gn =
new G4EmExtraPhysics(ver);
34 this->RegisterPhysics(
new G4DecayPhysics(ver));
37 G4HadronicProcessStore::Instance()->SetVerbose(ver);
40 RegisterPhysics(
new G4HadronElasticPhysics(ver));
43 RegisterPhysics(
new G4HadronPhysicsFTF_BIC(ver));
46 RegisterPhysics(
new G4StoppingPhysics(ver));
49 RegisterPhysics(
new G4IonPhysics(ver));
53 RegisterPhysics(
new G4NeutronTrackingCut(ver));
PhysicsList(const edm::ParameterSet &p)
Log< level::Info, false > LogInfo