CMS 3D CMS Logo

CMSThermalNeutrons.h
Go to the documentation of this file.
1 #ifndef SimG4Core_PhysicsLists_CMSThermalNeutrons_h
2 #define SimG4Core_PhysicsLists_CMSThermalNeutrons_h
3 
4 #include "G4VHadronPhysics.hh"
5 #include "globals.hh"
6 
7 class CMSThermalNeutrons : public G4VHadronPhysics {
8 
9 public:
10  CMSThermalNeutrons(G4int ver);
11  ~CMSThermalNeutrons() override;
12 
13  void ConstructProcess() override;
14 
15 private:
16  G4int verbose;
17 };
18 
19 #endif
20 
21 
22 
23 
24 
25 
void ConstructProcess() override
~CMSThermalNeutrons() override