#include <QGSPCMS_FTFP_BERT_EML.h>
Definition at line 7 of file QGSPCMS_FTFP_BERT_EML.h.
◆ QGSPCMS_FTFP_BERT_EML()
Definition at line 16 of file QGSPCMS_FTFP_BERT_EML.cc.
References AlCaHLTBitMon_ParallelJobs::p.
17 int ver =
p.getUntrackedParameter<
int>(
"Verbosity", 0);
18 bool emPhys =
p.getUntrackedParameter<
bool>(
"EMPhysics",
true);
19 bool hadPhys =
p.getUntrackedParameter<
bool>(
"HadPhysics",
true);
20 bool tracking =
p.getParameter<
bool>(
"TrackingCut");
21 double timeLimit =
p.getParameter<
double>(
"MaxTrackTime") * CLHEP::ns;
22 double minFTFP =
p.getParameter<
double>(
"EminFTFP") * CLHEP::GeV;
23 double maxBERT =
p.getParameter<
double>(
"EmaxBERT") * CLHEP::GeV;
24 double minQGSP =
p.getParameter<
double>(
"EminQGSP") * CLHEP::GeV;
25 double maxFTFP =
p.getParameter<
double>(
"EmaxFTFP") * CLHEP::GeV;
26 double maxBERTpi =
p.getParameter<
double>(
"EmaxBERTpi") * CLHEP::GeV;
28 <<
"QGSP_FTFP_BERT_EML \n Flags for EM Physics " << emPhys
29 <<
", for Hadronic Physics " << hadPhys <<
" and tracking cut " <<
tracking 30 <<
" t(ns)= " << timeLimit / CLHEP::ns <<
"\n transition energy Bertini/FTFP from " 31 << minFTFP / CLHEP::GeV <<
" to " << maxBERTpi / CLHEP::GeV <<
":" 32 << maxBERT / CLHEP::GeV <<
" GeV" 33 <<
"\n transition energy FTFP/QGSP from " << minQGSP / CLHEP::GeV <<
" to " 34 << maxFTFP / CLHEP::GeV <<
" GeV";
38 RegisterPhysics(
new G4EmStandardPhysics_option1(ver));
41 G4EmExtraPhysics* gn =
new G4EmExtraPhysics(ver);
46 RegisterPhysics(
new G4DecayPhysics(ver));
49 G4HadronicProcessStore::Instance()->SetVerbose(ver);
52 RegisterPhysics(
new G4HadronElasticPhysics(ver));
58 RegisterPhysics(
new G4StoppingPhysics(ver));
61 RegisterPhysics(
new G4IonPhysics(ver));
65 G4NeutronTrackingCut* ncut =
new G4NeutronTrackingCut(ver);
66 ncut->SetTimeLimit(timeLimit);
67 RegisterPhysics(ncut);
Log< level::Info, true > LogVerbatim
PhysicsList(const edm::ParameterSet &p)