Geant4
10.03.p03
|
#include <G4ErrorPropagator.hh>
Public Member Functions | |
G4ErrorPropagator () | |
~G4ErrorPropagator () | |
G4Track * | InitG4Track (G4ErrorTrajState &initialTS) |
G4int | Propagate (G4ErrorTrajState *currentTS, const G4ErrorTarget *target, G4ErrorMode mode=G4ErrorMode_PropForwards) |
G4int | PropagateOneStep (G4ErrorTrajState *currentTS) |
G4int | MakeOneStep (G4ErrorFreeTrajState *currentTS_FREE) |
G4ErrorFreeTrajState * | InitFreeTrajState (G4ErrorTrajState *currentTS) |
void | GetFinalTrajState (G4ErrorTrajState *currentTS, G4ErrorFreeTrajState *currentTS_FREE, const G4ErrorTarget *target) |
void | InvokePreUserTrackingAction (G4Track *fpTrack) |
void | InvokePostUserTrackingAction (G4Track *fpTrack) |
G4bool | CheckIfLastStep (G4Track *aTrack) |
const G4ErrorTrajState * | GetInitialTrajState () const |
G4double | GetStepLength () const |
void | SetStepLength (const G4double sl) |
void | SetStepN (const G4int sn) |
Definition at line 54 of file G4ErrorPropagator.hh.
G4ErrorPropagator::G4ErrorPropagator | ( | ) |
Definition at line 57 of file G4ErrorPropagator.cc.
|
inline |
Definition at line 59 of file G4ErrorPropagator.hh.
Definition at line 527 of file G4ErrorPropagator.cc.
void G4ErrorPropagator::GetFinalTrajState | ( | G4ErrorTrajState * | currentTS, |
G4ErrorFreeTrajState * | currentTS_FREE, | ||
const G4ErrorTarget * | target | ||
) |
Definition at line 481 of file G4ErrorPropagator.cc.
|
inline |
Definition at line 99 of file G4ErrorPropagator.hh.
|
inline |
Definition at line 102 of file G4ErrorPropagator.hh.
G4ErrorFreeTrajState * G4ErrorPropagator::InitFreeTrajState | ( | G4ErrorTrajState * | currentTS | ) |
Definition at line 453 of file G4ErrorPropagator.cc.
G4Track * G4ErrorPropagator::InitG4Track | ( | G4ErrorTrajState & | initialTS | ) |
Definition at line 255 of file G4ErrorPropagator.cc.
Definition at line 631 of file G4ErrorPropagator.cc.
Definition at line 618 of file G4ErrorPropagator.cc.
G4int G4ErrorPropagator::MakeOneStep | ( | G4ErrorFreeTrajState * | currentTS_FREE | ) |
Definition at line 359 of file G4ErrorPropagator.cc.
G4int G4ErrorPropagator::Propagate | ( | G4ErrorTrajState * | currentTS, |
const G4ErrorTarget * | target, | ||
G4ErrorMode | mode = G4ErrorMode_PropForwards |
||
) |
Definition at line 72 of file G4ErrorPropagator.cc.
G4int G4ErrorPropagator::PropagateOneStep | ( | G4ErrorTrajState * | currentTS | ) |
Definition at line 182 of file G4ErrorPropagator.cc.
Definition at line 105 of file G4ErrorPropagator.hh.