G4XTankRunAction.cc
Go to the documentation of this file.
1 #include "G4XTankRunAction.h"
2 #include <G4Run.hh>
3 
4 using namespace G4XTankSimulatorAG;\
5 
6 
7 G4XTankRunAction::G4XTankRunAction()
8 {
9 }
10 
11 
13 {
14 }
15 
16 
17 void
18 G4XTankRunAction::BeginOfRunAction(const G4Run* /*aRun*/)
19 {
20 }
21 
22 
23 void
24 G4XTankRunAction::EndOfRunAction(const G4Run* /*aRun*/)
25 {
26 }
void BeginOfRunAction(const G4Run *aRun)
void EndOfRunAction(const G4Run *aRun)

, generated on Tue Sep 26 2023.