ACTARSim
ACTAR TPC Simulation Reference Guide
ActarSimRunAction.hh
Go to the documentation of this file.
1 // - AUTHOR: Hector Alvarez-Pol 11/2004
2 /******************************************************************
3  * Copyright (C) 2005-2016, Hector Alvarez-Pol *
4  * All rights reserved. *
5  * *
6  * License according to GNU LESSER GPL (see lgpl-3.0.txt). *
7  * For the list of contributors see CREDITS. *
8  ******************************************************************/
9 
10 #ifndef ActarSimRunAction_h
11 #define ActarSimRunAction_h 1
12 
13 #include "G4UserRunAction.hh"
14 #include "globals.hh"
15 
16 class G4Run;
17 
18 class ActarSimRunAction : public G4UserRunAction {
19 public:
22 
23  void BeginOfRunAction(const G4Run*);
24  void EndOfRunAction(const G4Run*);
25 };
26 #endif
void BeginOfRunAction(const G4Run *)
Actions to perform at the beginning og the run.
~ActarSimRunAction()
Destructor. Makes nothing.
void EndOfRunAction(const G4Run *)
Actions to perform at the end of the run.
ActarSimRunAction()
Constructor. Makes nothing.