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

, generated on Tue Sep 26 2023.