Deprecated/UpgradeASCIITests/G4TankSimulatorASCII/G4TankRunAction.h
Go to the documentation of this file.
1 #ifndef _G4TankSimulatorASCII_G4TankRunAction_h_
2 #define _G4TankSimulatorASCII_G4TankRunAction_h_
3 
4 #include <G4UserRunAction.hh>
5 
6 
7 class G4Run;
8 
9 namespace G4TankSimulatorASCII {
10 
20 class G4TankRunAction : public G4UserRunAction {
21 
22 public:
25 
26  void BeginOfRunAction(const G4Run* aRun);
27  void EndOfRunAction(const G4Run* aRun);
28 
29 };
30 
31 }
32 
33 
34 #endif

, generated on Tue Sep 26 2023.