|
Geant4
10.00.p02
|
#include <G4ChordFinderSaf.hh>
Inheritance diagram for G4ChordFinderSaf:
Collaboration diagram for G4ChordFinderSaf:Public Member Functions | |
| G4ChordFinderSaf (G4MagInt_Driver *pIntegrationDriver) | |
| G4ChordFinderSaf (G4MagneticField *theMagField, G4double stepMinimum, G4MagIntegratorStepper *pItsStepper) | |
| ~G4ChordFinderSaf () | |
| G4double | FindNextChord (const G4FieldTrack &yStart, G4double stepMax, G4FieldTrack &yEnd, G4double &dyErrPos, G4double epsStep, G4double *pStepForAccuracy, const G4ThreeVector latestSafetyOrigin, G4double latestSafetyRadius) |
| void | PrintStatistics () |
Public Member Functions inherited from G4ChordFinder | |
| G4ChordFinder (G4MagInt_Driver *pIntegrationDriver) | |
| G4ChordFinder (G4MagneticField *itsMagField, G4double stepMinimum=1.0e-2, G4MagIntegratorStepper *pItsStepper=0) | |
| virtual | ~G4ChordFinder () |
| G4double | AdvanceChordLimited (G4FieldTrack &yCurrent, G4double stepInitial, G4double epsStep_Relative, const G4ThreeVector latestSafetyOrigin, G4double lasestSafetyRadius) |
| G4FieldTrack | ApproxCurvePointS (const G4FieldTrack &curveAPointVelocity, const G4FieldTrack &curveBPointVelocity, const G4FieldTrack &ApproxCurveV, const G4ThreeVector ¤tEPoint, const G4ThreeVector ¤tFPoint, const G4ThreeVector &PointG, G4bool first, G4double epsStep) |
| G4FieldTrack | ApproxCurvePointV (const G4FieldTrack &curveAPointVelocity, const G4FieldTrack &curveBPointVelocity, const G4ThreeVector ¤tEPoint, G4double epsStep) |
| G4double | InvParabolic (const G4double xa, const G4double ya, const G4double xb, const G4double yb, const G4double xc, const G4double yc) |
| G4double | GetDeltaChord () const |
| void | SetDeltaChord (G4double newval) |
| void | SetIntegrationDriver (G4MagInt_Driver *IntegrationDriver) |
| G4MagInt_Driver * | GetIntegrationDriver () |
| void | ResetStepEstimate () |
| G4int | GetNoCalls () |
| G4int | GetNoTrials () |
| G4int | GetNoMaxTrials () |
| G4int | SetVerbose (G4int newvalue=1) |
| void | SetFractions_Last_Next (G4double fractLast=0.90, G4double fractNext=0.95) |
| void | SetFirstFraction (G4double fractFirst) |
| void | TestChordPrint (G4int noTrials, G4int lastStepTrial, G4double dChordStep, G4double nextStepTrial) |
| G4double | GetFirstFraction () |
| G4double | GetFractionLast () |
| G4double | GetFractionNextEstimate () |
| G4double | GetMultipleRadius () |
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) |
| 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.
References PrintStatistics(), and G4ChordFinder::SetVerbose().
Here is the call graph for this function:
|
virtual |
Reimplemented from G4ChordFinder.
Definition at line 118 of file G4ChordFinderSaf.cc.
References G4ChordFinder::AcceptableMissDist(), G4ChordFinder::AccumulateStatistics(), CalculatePointInside(), CalculatePointSafety(), G4MagInt_Driver::ComputeNewStepSize(), G4cout, G4endl, G4ChordFinder::GetFirstFraction(), G4ChordFinder::GetFractionLast(), G4ChordFinder::GetIntegrationDriver(), G4ChordFinder::GetLastStepEstimateUnc(), G4FieldTrack::GetPosition(), G4INCL::Math::max(), G4INCL::Math::min(), G4FieldTrack::ncompSVEC, G4ChordFinder::NewStep(), G4MagInt_Driver::QuickAdvance(), and G4ChordFinder::SetLastStepEstimateUnc().
Here is the call graph for this function:
|
virtual |
Reimplemented from G4ChordFinder.
Definition at line 64 of file G4ChordFinderSaf.cc.
References G4cout, G4endl, and G4ChordFinder::PrintStatistics().
Referenced by ~G4ChordFinderSaf().
Here is the call graph for this function:
Here is the caller graph for this function: