G4TankSimulatorOG/G4TankSteppingAction.h
Go to the documentation of this file.
1 #ifndef _G4TankSimulatorOG_G4TankSteppingAction_h_
2 #define _G4TankSimulatorOG_G4TankSteppingAction_h_
3 
4 #include <G4UserSteppingAction.hh>
5 
6 class G4Step;
7 
8 namespace G4TankSimulatorOG {
9 
19  class G4TankSteppingAction : public G4UserSteppingAction {
20 
21  public:
24 
25  void UserSteppingAction(const G4Step *);
26 
27  static int GetCurrentParticleId() { return fgParticleId; }
28 
29  private:
30  static int fgParticleId;
31 
32  };
33 }
34 
35 #endif

, generated on Tue Sep 26 2023.