G4TankSimulatorOG/G4TankPhysicsList.h
Go to the documentation of this file.
1 #ifndef _G4TankSimulatorOG_G4TankPhysicsList_h_
2 #define _G4TankSimulatorOG_G4TankPhysicsList_h_
3 
4 #include <G4VUserPhysicsList.hh>
5 
6 namespace G4TankSimulatorOG {
7 
18  class G4TankPhysicsList : public G4VUserPhysicsList {
19 
20  public:
21  G4TankPhysicsList(const bool fastCerenkov = false);
23 
24  protected:
25  void ConstructParticle();
26  void ConstructProcess();
27  void SetCuts();
28 
29  void ConstructBosons();
30  void ConstructLeptons();
31  void ConstructMesons();
32  void ConstructBaryons();
33 
34  void ConstructGeneral();
35  void ConstructEM();
36  void ConstructOp();
37 
38  private:
40 
41  };
42 
43 }
44 
45 
46 #endif
class that declares and registers the Geant4 physics classes

, generated on Tue Sep 26 2023.