13 #include "G4HadronPhysicsQGSP_FTFP_BERT.hh" 17 #include "G4EmStandardPhysics_option1.hh" 18 #include "G4DecayPhysics.hh" 19 #include "G4EmExtraPhysics.hh" 20 #include "G4HadronElasticPhysics.hh" 21 #include "G4HadronicProcessStore.hh" 22 #include "G4IonPhysics.hh" 23 #include "G4StoppingPhysics.hh" 26 int ver =
p.getUntrackedParameter<
int>(
"Verbosity", 0);
27 std::cout <<
"You are using the simulation engine: QGSP together with " 32 RegisterPhysics(
new G4EmStandardPhysics_option1(ver));
34 RegisterPhysics(
new G4EmExtraPhysics(ver));
36 RegisterPhysics(
new G4DecayPhysics(ver));
38 G4HadronicProcessStore::Instance()->SetVerbose(ver);
39 RegisterPhysics(
new G4HadronElasticPhysics(ver));
41 RegisterPhysics(
new G4HadronPhysicsQGSP_FTFP_BERT(ver));
43 RegisterPhysics(
new G4StoppingPhysics(ver));
45 RegisterPhysics(
new G4IonPhysics(ver));
#define DEFINE_PHYSICSLIST(type)
LaserOpticalPhysics(const edm::ParameterSet &p)