Geant4 11.1.1
Toolkit for the simulation of the passage of particles through matter
|
#include <G4ChordFinderDelegate.hh>
Public Member Functions | |
virtual | ~G4ChordFinderDelegate () |
G4double | AdvanceChordLimitedImpl (G4FieldTrack &track, G4double hstep, G4double eps, G4double chordDistance) |
void | ResetStepEstimate () |
void | TestChordPrint (G4int noTrials, G4int lastStepTrial, G4double dChordStep, G4double fDeltaChord, G4double nextStepTrial) |
G4int | GetNoCalls () |
G4int | GetNoTrials () |
G4int | GetNoMaxTrials () |
void | SetFractions_Last_Next (G4double fractLast=0.90, G4double fractNext=0.95) |
void | SetFirstFraction (G4double fractFirst) |
G4double | GetFirstFraction () |
G4double | GetFractionLast () |
G4double | GetFractionNextEstimate () |
G4double | GetLastStepEstimateUnc () |
void | SetLastStepEstimateUnc (G4double stepEst) |
void | StreamDelegateInfo (std::ostream &os) const |
Definition at line 41 of file G4ChordFinderDelegate.hh.
|
virtual |
G4double G4ChordFinderDelegate< Driver >::AdvanceChordLimitedImpl | ( | G4FieldTrack & | track, |
G4double | hstep, | ||
G4double | eps, | ||
G4double | chordDistance | ||
) |
G4double G4ChordFinderDelegate< Driver >::GetFirstFraction | ( | ) |
G4double G4ChordFinderDelegate< Driver >::GetFractionLast | ( | ) |
G4double G4ChordFinderDelegate< Driver >::GetFractionNextEstimate | ( | ) |
G4double G4ChordFinderDelegate< Driver >::GetLastStepEstimateUnc | ( | ) |
G4int G4ChordFinderDelegate< Driver >::GetNoCalls | ( | ) |
G4int G4ChordFinderDelegate< Driver >::GetNoMaxTrials | ( | ) |
G4int G4ChordFinderDelegate< Driver >::GetNoTrials | ( | ) |
void G4ChordFinderDelegate< Driver >::ResetStepEstimate | ( | ) |
void G4ChordFinderDelegate< Driver >::SetFirstFraction | ( | G4double | fractFirst | ) |
void G4ChordFinderDelegate< Driver >::SetFractions_Last_Next | ( | G4double | fractLast = 0.90 , |
G4double | fractNext = 0.95 |
||
) |
void G4ChordFinderDelegate< Driver >::SetLastStepEstimateUnc | ( | G4double | stepEst | ) |
void G4ChordFinderDelegate< Driver >::StreamDelegateInfo | ( | std::ostream & | os | ) | const |
void G4ChordFinderDelegate< Driver >::TestChordPrint | ( | G4int | noTrials, |
G4int | lastStepTrial, | ||
G4double | dChordStep, | ||
G4double | fDeltaChord, | ||
G4double | nextStepTrial | ||
) |