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

, generated on Tue Sep 26 2023.