Geant4 9.6.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4ChordFinderSaf.hh>
Additional Inherited Members | |
Protected Member Functions inherited from G4ChordFinder | |
void | AccumulateStatistics (G4int noTrials) |
G4bool | AcceptableMissDist (G4double dChordStep) const |
G4double | NewStep (G4double stepTrialOld, G4double dChordStep, G4double &stepEstimate_Unconstrained) |
virtual G4double | FindNextChord (const G4FieldTrack &yStart, G4double stepMax, G4FieldTrack &yEnd, G4double &dyErr, G4double epsStep, G4double *pNextStepForAccuracy, const G4ThreeVector latestSafetyOrigin, G4double latestSafetyRadius) |
void | PrintDchordTrial (G4int noTrials, G4double stepTrial, G4double oldStepTrial, G4double dChordStep) |
G4double | GetLastStepEstimateUnc () |
void | SetLastStepEstimateUnc (G4double stepEst) |
Definition at line 42 of file G4ChordFinderSaf.hh.
G4ChordFinderSaf::G4ChordFinderSaf | ( | G4MagInt_Driver * | pIntegrationDriver | ) |
Definition at line 33 of file G4ChordFinderSaf.cc.
G4ChordFinderSaf::G4ChordFinderSaf | ( | G4MagneticField * | theMagField, |
G4double | stepMinimum, | ||
G4MagIntegratorStepper * | pItsStepper | ||
) |
Definition at line 44 of file G4ChordFinderSaf.cc.
G4ChordFinderSaf::~G4ChordFinderSaf | ( | ) |
Definition at line 57 of file G4ChordFinderSaf.cc.
|
virtual |
Reimplemented from G4ChordFinder.
Definition at line 118 of file G4ChordFinderSaf.cc.
|
virtual |
Reimplemented from G4ChordFinder.
Definition at line 64 of file G4ChordFinderSaf.cc.
Referenced by ~G4ChordFinderSaf().