CMS 3D CMS Logo

HadronPhysicsQGSPCMS_FTFP_BERT.h
Go to the documentation of this file.
1 //--------------------------------------------------------------------
2 //
3 // 15.04.2021 V.Ivanchenko Hadron inelastic physics based on
4 // QGSP_FTFP_BERT of CMS migrated to Geant4 10.7
5 //
6 //--------------------------------------------------------------------
7 
8 #ifndef SimG4Core_PhysicsLists_HadronPhysicsQGSPCMS_FTFP_BERT_h
9 #define SimG4Core_PhysicsLists_HadronPhysicsQGSPCMS_FTFP_BERT_h 1
10 
11 #include "globals.hh"
12 #include "G4ios.hh"
13 
14 #include "G4HadronPhysicsQGSP_BERT.hh"
15 
16 class HadronPhysicsQGSPCMS_FTFP_BERT : public G4HadronPhysicsQGSP_BERT {
17 public:
19  explicit HadronPhysicsQGSPCMS_FTFP_BERT(G4double e1, G4double e2, G4double e3, G4double e4, G4double e5);
21 
22  void ConstructProcess() override;
23 
24  // copy constructor and hide assignment operator
27 };
28 
29 #endif
bool verbose
HadronPhysicsQGSPCMS_FTFP_BERT & operator=(const HadronPhysicsQGSPCMS_FTFP_BERT &right)=delete