Geant4  v4-10.4-release
 모두 클래스 네임스페이스들 파일들 함수 변수 타입정의 열거형 타입 열거형 멤버 Friends 매크로 그룹들 페이지들
Public 멤버 함수 | Protected 멤버 함수 | 모든 멤버 목록
G4ChordFinderSaf 클래스 참조

#include <G4ChordFinderSaf.hh>

G4ChordFinderSaf에 대한 상속 다이어그램 :
G4ChordFinder

Public 멤버 함수

 G4ChordFinderSaf (G4VIntegrationDriver *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 ()
 
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 &currentEPoint, const G4ThreeVector &currentFPoint, const G4ThreeVector &PointG, G4bool first, G4double epsStep)
 
G4FieldTrack ApproxCurvePointV (const G4FieldTrack &curveAPointVelocity, const G4FieldTrack &curveBPointVelocity, const G4ThreeVector &currentEPoint, 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 (G4VIntegrationDriver *IntegrationDriver)
 
G4VIntegrationDriverGetIntegrationDriver ()
 
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 ()
 

Protected 멤버 함수

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)
 

상세한 설명

G4ChordFinderSaf.hh 파일의 42 번째 라인에서 정의되었습니다.

생성자 & 소멸자 문서화

G4ChordFinderSaf::G4ChordFinderSaf ( G4VIntegrationDriver pIntegrationDriver)

G4ChordFinderSaf.cc 파일의 32 번째 라인에서 정의되었습니다.

G4ChordFinderSaf::G4ChordFinderSaf ( G4MagneticField theMagField,
G4double  stepMinimum,
G4MagIntegratorStepper pItsStepper 
)

G4ChordFinderSaf.cc 파일의 43 번째 라인에서 정의되었습니다.

G4ChordFinderSaf::~G4ChordFinderSaf ( )

G4ChordFinderSaf.cc 파일의 56 번째 라인에서 정의되었습니다.

다음을 참조함 : PrintStatistics(), G4ChordFinder::SetVerbose().

멤버 함수 문서화

G4bool G4ChordFinder::AcceptableMissDist ( G4double  dChordStep) const
inlineprotectedinherited

다음에 의해서 참조됨 : FindNextChord(), G4ChordFinder::FindNextChord().

void G4ChordFinder::AccumulateStatistics ( G4int  noTrials)
inlineprotectedinherited

다음에 의해서 참조됨 : FindNextChord(), G4ChordFinder::FindNextChord().

G4double G4ChordFinder::AdvanceChordLimited ( G4FieldTrack yCurrent,
G4double  stepInitial,
G4double  epsStep_Relative,
const G4ThreeVector latestSafetyOrigin,
G4double  lasestSafetyRadius 
)
inherited

G4ChordFinder.cc 파일의 332 번째 라인에서 정의되었습니다.

다음을 참조함 : G4VIntegrationDriver::AccurateAdvance(), G4ChordFinder::FindNextChord(), G4ChordFinder::fIntgrDriver, G4FieldTrack::GetCurveLength().

다음에 의해서 참조됨 : G4PropagatorInField::ComputeStep().

G4FieldTrack G4ChordFinder::ApproxCurvePointS ( const G4FieldTrack curveAPointVelocity,
const G4FieldTrack curveBPointVelocity,
const G4FieldTrack ApproxCurveV,
const G4ThreeVector currentEPoint,
const G4ThreeVector currentFPoint,
const G4ThreeVector PointG,
G4bool  first,
G4double  epsStep 
)
inherited
G4FieldTrack G4ChordFinder::ApproxCurvePointV ( const G4FieldTrack curveAPointVelocity,
const G4FieldTrack curveBPointVelocity,
const G4ThreeVector currentEPoint,
G4double  epsStep 
)
inherited
G4double G4ChordFinderSaf::FindNextChord ( const G4FieldTrack yStart,
G4double  stepMax,
G4FieldTrack yEnd,
G4double dyErrPos,
G4double  epsStep,
G4double pStepForAccuracy,
const G4ThreeVector  latestSafetyOrigin,
G4double  latestSafetyRadius 
)
virtual
G4double G4ChordFinder::GetDeltaChord ( ) const
inlineinherited

다음에 의해서 참조됨 : export_G4ChordFinder().

G4double G4ChordFinder::GetFirstFraction ( )
inlineinherited

다음에 의해서 참조됨 : FindNextChord().

G4double G4ChordFinder::GetFractionLast ( )
inlineinherited

다음에 의해서 참조됨 : FindNextChord().

G4double G4ChordFinder::GetFractionNextEstimate ( )
inlineinherited
G4VIntegrationDriver* G4ChordFinder::GetIntegrationDriver ( )
inlineinherited
G4double G4ChordFinder::GetLastStepEstimateUnc ( )
inlineprotectedinherited

다음에 의해서 참조됨 : FindNextChord().

G4double G4ChordFinder::GetMultipleRadius ( )
inlineinherited
G4int G4ChordFinder::GetNoCalls ( )
inlineinherited
G4int G4ChordFinder::GetNoMaxTrials ( )
inlineinherited
G4int G4ChordFinder::GetNoTrials ( )
inlineinherited
G4double G4ChordFinder::InvParabolic ( const G4double  xa,
const G4double  ya,
const G4double  xb,
const G4double  yb,
const G4double  xc,
const G4double  yc 
)
inlineinherited

다음에 의해서 참조됨 : G4ChordFinder::ApproxCurvePointS().

G4double G4ChordFinder::NewStep ( G4double  stepTrialOld,
G4double  dChordStep,
G4double stepEstimate_Unconstrained 
)
protectedinherited

G4ChordFinder.cc 파일의 491 번째 라인에서 정의되었습니다.

다음을 참조함 : G4ChordFinder::fDeltaChord, G4ChordFinder::fFractionNextEstimate.

다음에 의해서 참조됨 : FindNextChord(), G4ChordFinder::FindNextChord().

void G4ChordFinder::PrintDchordTrial ( G4int  noTrials,
G4double  stepTrial,
G4double  oldStepTrial,
G4double  dChordStep 
)
protectedinherited
void G4ChordFinderSaf::PrintStatistics ( )
virtual

G4ChordFinder(으)로부터 재구현되었습니다.

G4ChordFinderSaf.cc 파일의 63 번째 라인에서 정의되었습니다.

다음을 참조함 : G4cout, G4endl, G4ChordFinder::PrintStatistics().

다음에 의해서 참조됨 : ~G4ChordFinderSaf().

void G4ChordFinder::ResetStepEstimate ( )
inlineinherited
void G4ChordFinder::SetDeltaChord ( G4double  newval)
inlineinherited
void G4ChordFinder::SetFirstFraction ( G4double  fractFirst)
inlineinherited
void G4ChordFinder::SetFractions_Last_Next ( G4double  fractLast = 0.90,
G4double  fractNext = 0.95 
)
inherited
void G4ChordFinder::SetIntegrationDriver ( G4VIntegrationDriver IntegrationDriver)
inlineinherited
void G4ChordFinder::SetLastStepEstimateUnc ( G4double  stepEst)
inlineprotectedinherited

다음에 의해서 참조됨 : FindNextChord().

G4int G4ChordFinder::SetVerbose ( G4int  newvalue = 1)
inlineinherited

다음에 의해서 참조됨 : export_G4ChordFinder(), ~G4ChordFinderSaf().

void G4ChordFinder::TestChordPrint ( G4int  noTrials,
G4int  lastStepTrial,
G4double  dChordStep,
G4double  nextStepTrial 
)
inherited

G4ChordFinder.cc 파일의 821 번째 라인에서 정의되었습니다.

다음을 참조함 : G4ChordFinder::fDeltaChord, G4ChordFinder::fLastStepEstimate_Unconstrained, G4cout, G4endl.


이 클래스에 대한 문서화 페이지는 다음의 파일들로부터 생성되었습니다.: