G4XTankRunAction.h
Go to the documentation of this file.
1 #ifndef _G4XTankSimulatorAG_G4XTankRunAction_h_
2 #define _G4XTankSimulatorAG_G4XTankRunAction_h_
3 
4 #include <G4UserRunAction.hh>
5 
6 class G4Run;
7 
8 namespace G4XTankSimulatorAG
9 {
10 
21 class G4XTankRunAction : public G4UserRunAction
22 {
23 public:
26 
27  void BeginOfRunAction(const G4Run *aRun);
28  void EndOfRunAction(const G4Run *aRun);
29 
30 protected:
31 
32 private:
33 
34 };
35 
36 }
37 
38 
39 #endif
void BeginOfRunAction(const G4Run *aRun)
Geant4 Run user action class.
void EndOfRunAction(const G4Run *aRun)

, generated on Tue Sep 26 2023.