#include <FTFPCMS_BERT_EMM_TRK.h>
Definition at line 7 of file FTFPCMS_BERT_EMM_TRK.h.
◆ FTFPCMS_BERT_EMM_TRK()
Definition at line 14 of file FTFPCMS_BERT_EMM_TRK.cc.
15 int ver =
p.getUntrackedParameter<
int>(
"Verbosity", 0);
16 bool emPhys =
p.getUntrackedParameter<
bool>(
"EMPhysics",
true);
17 bool hadPhys =
p.getUntrackedParameter<
bool>(
"HadPhysics",
true);
18 bool tracking =
p.getParameter<
bool>(
"TrackingCut");
19 double timeLimit =
p.getParameter<
double>(
"MaxTrackTime") * CLHEP::ns;
20 edm::LogInfo(
"PhysicsList") <<
"You are using the simulation engine: "
21 <<
"FTFP_BERT_EMM_TRK \n Flags for EM Physics " << emPhys <<
", for Hadronic Physics "
22 << hadPhys <<
" and tracking cut " <<
tracking <<
" t(ns)= " << timeLimit / CLHEP::ns;
29 G4EmExtraPhysics* gn =
new G4EmExtraPhysics(ver);
34 this->RegisterPhysics(
new G4DecayPhysics(ver));
37 G4HadronicProcessStore::Instance()->SetVerbose(ver);
40 RegisterPhysics(
new G4HadronElasticPhysics(ver));
46 RegisterPhysics(
new G4StoppingPhysics(ver));
49 RegisterPhysics(
new G4IonPhysics(ver));
53 G4NeutronTrackingCut* ncut =
new G4NeutronTrackingCut(ver);
54 ncut->SetTimeLimit(timeLimit);
55 RegisterPhysics(ncut);
References AlCaHLTBitMon_ParallelJobs::p.