CMS 3D CMS Logo

HadronPhysicsQGSPCMS_FTFP_BERT.cc
Go to the documentation of this file.
2 #include "G4SystemOfUnits.hh"
3 #include "G4Threading.hh"
4 
7  3. * CLHEP::GeV, 6. * CLHEP::GeV, 12. * CLHEP::GeV, 25. * CLHEP::GeV, 12. * CLHEP::GeV) {}
8 
10  G4double e1, G4double e2, G4double e3, G4double e4, G4double e5)
11  : G4HadronPhysicsQGSP_BERT("hInelasticQGSPCMS_FTFP_BERT") {
12  minQGSP_proton = minQGSP_neutron = minQGSP_pik = e5;
13  maxFTFP_proton = maxFTFP_neutron = maxFTFP_pik = e4;
14  minFTFP_proton = minFTFP_neutron = minFTFP_pik = e1;
15  maxBERT_proton = maxBERT_neutron = e2;
16  maxBERT_pik = e3;
17 }
18 
20 
22  if (G4Threading::IsMasterThread()) {
23  DumpBanner();
24  }
25  CreateModels();
26 }