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 public:
9  CMSThermalNeutrons(G4int ver);
10  ~CMSThermalNeutrons() override;
11 
12  void ConstructProcess() override;
13 
14 private:
15  G4int verbose;
16 };
17 
18 #endif
void ConstructProcess() override
~CMSThermalNeutrons() override