G4XTankTrackingAction.h
Go to the documentation of this file.
1 #ifndef _G4XTankSimulatorAG_G4XTankTrackingAction_h_
2 #define _G4XTankSimulatorAG_G4XTankTrackingAction_h_
3 
4 #include <G4UserTrackingAction.hh>
5 
6 class G4Track;
7 
8 namespace G4XTankSimulatorAG {
9 
19  class G4XTankTrackingAction : public G4UserTrackingAction {
20 
21  public:
22 
25 
26  void PreUserTrackingAction(const G4Track*);
27  void PostUserTrackingAction(const G4Track*);
28 
29  void BeforeTracking(const G4Track*);
30  void AfterTracking(const G4Track*);
31 
33 
34  private:
35 
36  };
37 
38 }
39 
40 #endif
Geant4 Tracking user action class.

, generated on Tue Sep 26 2023.