Deprecated/UpgradeASCIITests/G4TankSimulatorASCII/G4TankPhysicsList.h
Go to the documentation of this file.
1 #ifndef _G4TankSimulatorASCII_G4TankPhysicsList_h_
2 #define _G4TankSimulatorASCII_G4TankPhysicsList_h_
3 
4 #include <G4VUserPhysicsList.hh>
5 
6 namespace G4TankSimulatorASCII {
7 
18  class G4TankPhysicsList : public G4VUserPhysicsList {
19 
20  public:
21 
22  G4TankPhysicsList(const int fastCerenkov = 0);
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

, generated on Tue Sep 26 2023.