sipm-characterisation
0.1.0
SiPM characterisation for ePIC — IV/DCR/gain, laser, readout, irradiation
Loading...
Searching...
No Matches
RunAction.hh
Go to the documentation of this file.
1
#ifndef _RunAction_h_
2
#define _RunAction_h_
3
4
#include "G4UserRunAction.hh"
5
6
class
TFile;
7
class
TTree;
8
9
class
RunAction
:
public
G4UserRunAction
10
{
11
12
public
:
13
14
RunAction
() =
default
;
15
~RunAction
()
override
;
16
17
void
BeginOfRunAction
(
const
G4Run *run)
override
;
18
void
EndOfRunAction
(
const
G4Run *run)
override
;
19
20
protected
:
21
22
};
23
24
#endif
RunAction
Definition
RunAction.hh:10
RunAction::BeginOfRunAction
void BeginOfRunAction(const G4Run *run) override
Definition
RunAction.cc:15
RunAction::EndOfRunAction
void EndOfRunAction(const G4Run *run) override
Definition
RunAction.cc:27
RunAction::~RunAction
~RunAction() override
Definition
RunAction.cc:8
RunAction::RunAction
RunAction()=default
irradiation
src
RunAction.hh
Generated by
1.9.8