#include <G4RTRunAction.hh>
Definition at line 44 of file G4RTRunAction.hh.
◆ G4RTRunAction()
G4RTRunAction::G4RTRunAction |
( |
| ) |
|
◆ ~G4RTRunAction()
G4RTRunAction::~G4RTRunAction |
( |
| ) |
|
|
virtual |
◆ BeginOfRunAction()
void G4RTRunAction::BeginOfRunAction |
( |
const G4Run * |
| ) |
|
|
virtual |
Reimplemented from G4UserRunAction.
Definition at line 46 of file G4RTRunAction.cc.
49 if(theSDMan) theSDMan->
Activate(
"/",
false);
void Activate(G4String dName, G4bool activeFlag)
static G4SDManager * GetSDMpointerIfExist()
◆ EndOfRunAction()
void G4RTRunAction::EndOfRunAction |
( |
const G4Run * |
| ) |
|
|
virtual |
Reimplemented from G4UserRunAction.
Definition at line 52 of file G4RTRunAction.cc.
55 if(theSDMan) theSDMan->
Activate(
"/",
true);
void Activate(G4String dName, G4bool activeFlag)
static G4SDManager * GetSDMpointerIfExist()
◆ GenerateRun()
G4Run * G4RTRunAction::GenerateRun |
( |
void |
| ) |
|
|
virtual |
The documentation for this class was generated from the following files: