Geant4
10.03.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) |
Definition at line 62 of file G4ErrorPropagatorData.hh.
|
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 |