#include <TUAB_RunAction.hh>
Public Member Functions | |
TUAB_RunAction () | |
~TUAB_RunAction () | |
void | BeginOfRunAction (const G4Run *aRun) |
void | EndOfRunAction (const G4Run *aRun) |
TTree * | GetRootTree () |
G4int | GetNEvents () |
void | SetEkin (G4double aEkin) |
void | SetX (G4double aX) |
void | SetY (G4double aY) |
void | SetZ (G4double aZ) |
void | SetEdep (G4double aEdep) |
void | SetRange (G4double aRange) |
ROOT ROOT
Definition at line 22 of file TUAB_RunAction.hh.
TUAB_RunAction::TUAB_RunAction | ( | ) |
Definition at line 13 of file TUAB_RunAction.cc.
TUAB_RunAction::~TUAB_RunAction | ( | ) |
Definition at line 24 of file TUAB_RunAction.cc.
void TUAB_RunAction::BeginOfRunAction | ( | const G4Run * | aRun | ) |
Definition at line 30 of file TUAB_RunAction.cc.
void TUAB_RunAction::EndOfRunAction | ( | const G4Run * | aRun | ) |
Definition at line 47 of file TUAB_RunAction.cc.
G4int TUAB_RunAction::GetNEvents | ( | ) | [inline] |
Definition at line 48 of file TUAB_RunAction.hh.
TTree* TUAB_RunAction::GetRootTree | ( | ) | [inline] |
Definition at line 46 of file TUAB_RunAction.hh.
void TUAB_RunAction::SetEdep | ( | G4double | aEdep | ) | [inline] |
Definition at line 54 of file TUAB_RunAction.hh.
void TUAB_RunAction::SetEkin | ( | G4double | aEkin | ) | [inline] |
Definition at line 50 of file TUAB_RunAction.hh.
void TUAB_RunAction::SetRange | ( | G4double | aRange | ) | [inline] |
Definition at line 55 of file TUAB_RunAction.hh.
void TUAB_RunAction::SetX | ( | G4double | aX | ) | [inline] |
Definition at line 51 of file TUAB_RunAction.hh.
void TUAB_RunAction::SetY | ( | G4double | aY | ) | [inline] |
Definition at line 52 of file TUAB_RunAction.hh.
void TUAB_RunAction::SetZ | ( | G4double | aZ | ) | [inline] |
Definition at line 53 of file TUAB_RunAction.hh.