#include <QGSPCMS_FTFP_BERT_EMM.h>
Definition at line 7 of file QGSPCMS_FTFP_BERT_EMM.h.
Definition at line 16 of file QGSPCMS_FTFP_BERT_EMM.cc.
References edm::ParameterSet::getParameter(), and edm::ParameterSet::getUntrackedParameter().
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_EMM \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";
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
T getUntrackedParameter(std::string const &, T const &) const
PhysicsList(const edm::ParameterSet &p)
T getParameter(std::string const &) const