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

, generated on Tue Sep 26 2023.