Geant4
10.02.p03
|
#include <G4ErrorPropagatorData.hh>
Public Member Functions | |
G4ErrorMode | GetMode () const |
void | SetMode (G4ErrorMode mode) |
G4ErrorState | GetState () const |
void | SetState (G4ErrorState sta) |
G4ErrorStage | GetStage () const |
void | SetStage (G4ErrorStage sta) |
const G4ErrorTarget * | GetTarget (G4bool mustExist=0) const |
void | SetTarget (const G4ErrorTarget *target) |
Static Public Member Functions | |
static G4ErrorPropagatorData * | GetErrorPropagatorData () |
static G4int | verbose () |
static void | SetVerbose (G4int ver) |
Private Member Functions | |
G4ErrorPropagatorData () | |
~G4ErrorPropagatorData () | |
Private Attributes | |
G4ErrorMode | theMode |
G4ErrorState | theState |
G4ErrorStage | theStage |
G4ErrorTarget * | theTarget |
Static Private Attributes | |
static G4ThreadLocal G4ErrorPropagatorData * | fpInstance = 0 |
static G4ThreadLocal G4int | theVerbosity = 0 |
Definition at line 62 of file G4ErrorPropagatorData.hh.
|
private |
Definition at line 43 of file G4ErrorPropagatorData.cc.
|
private |
Definition at line 49 of file G4ErrorPropagatorData.cc.
|
static |
Definition at line 54 of file G4ErrorPropagatorData.cc.
G4ErrorMode G4ErrorPropagatorData::GetMode | ( | ) | const |
G4ErrorStage G4ErrorPropagatorData::GetStage | ( | ) | const |
G4ErrorState G4ErrorPropagatorData::GetState | ( | ) | const |
const G4ErrorTarget* G4ErrorPropagatorData::GetTarget | ( | G4bool | mustExist = 0 | ) | const |
void G4ErrorPropagatorData::SetMode | ( | G4ErrorMode | mode | ) |
void G4ErrorPropagatorData::SetStage | ( | G4ErrorStage | sta | ) |
void G4ErrorPropagatorData::SetState | ( | G4ErrorState | sta | ) |
void G4ErrorPropagatorData::SetTarget | ( | const G4ErrorTarget * | target | ) |
|
static |
Definition at line 68 of file G4ErrorPropagatorData.cc.
|
static |
Definition at line 63 of file G4ErrorPropagatorData.cc.
|
staticprivate |
Definition at line 95 of file G4ErrorPropagatorData.hh.
|
private |
Definition at line 97 of file G4ErrorPropagatorData.hh.
|
private |
Definition at line 101 of file G4ErrorPropagatorData.hh.
|
private |
Definition at line 99 of file G4ErrorPropagatorData.hh.
|
private |
Definition at line 103 of file G4ErrorPropagatorData.hh.
|
staticprivate |
Definition at line 105 of file G4ErrorPropagatorData.hh.