|
Geant4
10.03.p02
|
#include <XrayFluoRunAction.hh>


Public Member Functions | |
| XrayFluoRunAction () | |
| ~XrayFluoRunAction () | |
| const XrayFluoDataSet * | GetSet () const |
| const XrayFluoDataSet * | GetGammaSet () const |
| const XrayFluoDataSet * | GetAlphaSet () const |
| G4DataVector * | GetEnergies () const |
| G4DataVector * | GetData () const |
| void | BeginOfRunAction (const G4Run *) |
| void | EndOfRunAction (const G4Run *) |
| G4double | GetDataSum () const |
Public Member Functions inherited from G4UserRunAction | |
| G4UserRunAction () | |
| virtual | ~G4UserRunAction () |
| virtual G4Run * | GenerateRun () |
| virtual void | SetMaster (G4bool val=true) |
| G4bool | IsMaster () const |
Additional Inherited Members | |
Protected Attributes inherited from G4UserRunAction | |
| G4bool | isMaster |
Definition at line 52 of file XrayFluoRunAction.hh.
| XrayFluoRunAction::XrayFluoRunAction | ( | ) |
Definition at line 54 of file XrayFluoRunAction.cc.
| XrayFluoRunAction::~XrayFluoRunAction | ( | ) |
Definition at line 61 of file XrayFluoRunAction.cc.
Reimplemented from G4UserRunAction.
Definition at line 95 of file XrayFluoRunAction.cc.

Reimplemented from G4UserRunAction.
Definition at line 121 of file XrayFluoRunAction.cc.

| const XrayFluoDataSet * XrayFluoRunAction::GetAlphaSet | ( | ) | const |
Definition at line 148 of file XrayFluoRunAction.cc.
| G4DataVector * XrayFluoRunAction::GetData | ( | ) | const |
| G4double XrayFluoRunAction::GetDataSum | ( | ) | const |
| G4DataVector * XrayFluoRunAction::GetEnergies | ( | ) | const |
| const XrayFluoDataSet * XrayFluoRunAction::GetGammaSet | ( | ) | const |
| const XrayFluoDataSet * XrayFluoRunAction::GetSet | ( | ) | const |
Definition at line 134 of file XrayFluoRunAction.cc.