ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
G4TsitourasRK45 Class Reference

#include <geant4/tree/geant4-10.6-release/source/geometry/magneticfield/include/G4TsitourasRK45.hh>

+ Inheritance diagram for G4TsitourasRK45:
+ Collaboration diagram for G4TsitourasRK45:

Public Member Functions

 G4TsitourasRK45 (G4EquationOfMotion *EqRhs, G4int numberOfVariables=6, G4bool primary=true)
 
 ~G4TsitourasRK45 ()
 
 G4TsitourasRK45 (const G4TsitourasRK45 &)=delete
 
G4TsitourasRK45operator= (const G4TsitourasRK45 &)=delete
 
void Stepper (const G4double y[], const G4double dydx[], G4double h, G4double yout[], G4double yerr[])
 
void SetupInterpolation ()
 
void Interpolate (const G4double yInput[], const G4double dydx[], const G4double Step, G4double yOut[], G4double tau)
 
void interpolate (const G4double yInput[], const G4double dydx[], G4double yOut[], G4double Step, G4double tau)
 
G4double DistChord () const
 
G4int IntegratorOrder () const
 
- Public Member Functions inherited from G4MagIntegratorStepper
 G4MagIntegratorStepper (G4EquationOfMotion *Equation, G4int numIntegrationVariables, G4int numStateVariables=12, G4bool isFSAL=false)
 
virtual ~G4MagIntegratorStepper ()=default
 
 G4MagIntegratorStepper (const G4MagIntegratorStepper &)=delete
 
G4MagIntegratorStepperoperator= (const G4MagIntegratorStepper &)=delete
 
void NormaliseTangentVector (G4double vec[6])
 
void NormalisePolarizationVector (G4double vec[12])
 
void RightHandSide (const G4double y[], G4double dydx[]) const
 
void RightHandSide (const G4double y[], G4double dydx[], G4double field[]) const
 
G4int GetNumberOfVariables () const
 
G4int GetNumberOfStateVariables () const
 
G4int IntegrationOrder ()
 
G4EquationOfMotionGetEquationOfMotion ()
 
const G4EquationOfMotionGetEquationOfMotion () const
 
void SetEquationOfMotion (G4EquationOfMotion *newEquation)
 
unsigned long GetfNoRHSCalls ()
 
void ResetfNORHSCalls ()
 
G4bool IsFSAL () const
 

Private Attributes

G4doubleak2
 
G4doubleak3
 
G4doubleak4
 
G4doubleak5
 
G4doubleak6
 
G4doubleak7
 
G4doubleak8
 
G4doubleyTemp
 
G4doubleyIn
 
G4double fLastStepLength = 0.0
 
G4doublefLastInitialVector
 
G4doublefLastFinalVector
 
G4doublefLastDyDx
 
G4doublefMidVector
 
G4doublefMidError
 
G4TsitourasRK45fAuxStepper = nullptr
 

Additional Inherited Members

- Protected Member Functions inherited from G4MagIntegratorStepper
void SetIntegrationOrder (G4int order)
 
void SetFSAL (G4bool flag=true)
 

Detailed Description

Definition at line 45 of file G4TsitourasRK45.hh.

View newest version in sPHENIX GitHub at line 45 of file G4TsitourasRK45.hh

Constructor & Destructor Documentation

G4TsitourasRK45::G4TsitourasRK45 ( G4EquationOfMotion EqRhs,
G4int  numberOfVariables = 6,
G4bool  primary = true 
)

Definition at line 39 of file G4TsitourasRK45.cc.

View newest version in sPHENIX GitHub at line 39 of file G4TsitourasRK45.cc

References ak2, ak3, ak4, ak5, ak6, ak7, ak8, fAuxStepper, fLastDyDx, fLastFinalVector, fLastInitialVector, fMidError, fMidVector, G4MagIntegratorStepper::GetNumberOfStateVariables(), max, yIn, and yTemp.

+ Here is the call graph for this function:

G4TsitourasRK45::~G4TsitourasRK45 ( )

Definition at line 81 of file G4TsitourasRK45.cc.

View newest version in sPHENIX GitHub at line 81 of file G4TsitourasRK45.cc

References ak2, ak3, ak4, ak5, ak6, ak7, ak8, fAuxStepper, fLastDyDx, fLastFinalVector, fLastInitialVector, fMidError, fMidVector, yIn, and yTemp.

G4TsitourasRK45::G4TsitourasRK45 ( const G4TsitourasRK45 )
delete

Member Function Documentation

G4double G4TsitourasRK45::DistChord ( ) const
virtual

Implements G4MagIntegratorStepper.

Definition at line 296 of file G4TsitourasRK45.cc.

View newest version in sPHENIX GitHub at line 296 of file G4TsitourasRK45.cc

References G4LineSection::Distline(), fAuxStepper, fLastDyDx, fLastFinalVector, fLastInitialVector, fLastStepLength, fMidError, fMidVector, and Stepper().

+ Here is the call graph for this function:

G4int G4TsitourasRK45::IntegratorOrder ( ) const
inlinevirtual

Implements G4MagIntegratorStepper.

Definition at line 81 of file G4TsitourasRK45.hh.

View newest version in sPHENIX GitHub at line 81 of file G4TsitourasRK45.hh

void G4TsitourasRK45::Interpolate ( const G4double  yInput[],
const G4double  dydx[],
const G4double  Step,
G4double  yOut[],
G4double  tau 
)

Definition at line 249 of file G4TsitourasRK45.cc.

View newest version in sPHENIX GitHub at line 249 of file G4TsitourasRK45.cc

References ak2, ak3, ak4, ak5, ak6, ak7, G4MagIntegratorStepper::GetNumberOfVariables(), and yIn.

+ Here is the call graph for this function:

void G4TsitourasRK45::interpolate ( const G4double  yInput[],
const G4double  dydx[],
G4double  yOut[],
G4double  Step,
G4double  tau 
)
G4TsitourasRK45& G4TsitourasRK45::operator= ( const G4TsitourasRK45 )
delete
void G4TsitourasRK45::SetupInterpolation ( )

Definition at line 243 of file G4TsitourasRK45.cc.

View newest version in sPHENIX GitHub at line 243 of file G4TsitourasRK45.cc

void G4TsitourasRK45::Stepper ( const G4double  y[],
const G4double  dydx[],
G4double  h,
G4double  yout[],
G4double  yerr[] 
)
virtual

Implements G4MagIntegratorStepper.

Definition at line 116 of file G4TsitourasRK45.cc.

View newest version in sPHENIX GitHub at line 116 of file G4TsitourasRK45.cc

References ak2, ak3, ak4, ak5, ak6, ak7, fLastDyDx, fLastFinalVector, fLastInitialVector, fLastStepLength, G4MagIntegratorStepper::GetNumberOfVariables(), return(), G4MagIntegratorStepper::RightHandSide(), yIn, and yTemp.

Referenced by DistChord().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

Member Data Documentation

G4double* G4TsitourasRK45::ak2
private

Definition at line 85 of file G4TsitourasRK45.hh.

View newest version in sPHENIX GitHub at line 85 of file G4TsitourasRK45.hh

Referenced by G4TsitourasRK45(), Interpolate(), Stepper(), and ~G4TsitourasRK45().

G4double * G4TsitourasRK45::ak3
private

Definition at line 85 of file G4TsitourasRK45.hh.

View newest version in sPHENIX GitHub at line 85 of file G4TsitourasRK45.hh

Referenced by G4TsitourasRK45(), Interpolate(), Stepper(), and ~G4TsitourasRK45().

G4double * G4TsitourasRK45::ak4
private

Definition at line 85 of file G4TsitourasRK45.hh.

View newest version in sPHENIX GitHub at line 85 of file G4TsitourasRK45.hh

Referenced by G4TsitourasRK45(), Interpolate(), Stepper(), and ~G4TsitourasRK45().

G4double * G4TsitourasRK45::ak5
private

Definition at line 85 of file G4TsitourasRK45.hh.

View newest version in sPHENIX GitHub at line 85 of file G4TsitourasRK45.hh

Referenced by G4TsitourasRK45(), Interpolate(), Stepper(), and ~G4TsitourasRK45().

G4double * G4TsitourasRK45::ak6
private

Definition at line 85 of file G4TsitourasRK45.hh.

View newest version in sPHENIX GitHub at line 85 of file G4TsitourasRK45.hh

Referenced by G4TsitourasRK45(), Interpolate(), Stepper(), and ~G4TsitourasRK45().

G4double * G4TsitourasRK45::ak7
private

Definition at line 85 of file G4TsitourasRK45.hh.

View newest version in sPHENIX GitHub at line 85 of file G4TsitourasRK45.hh

Referenced by G4TsitourasRK45(), Interpolate(), Stepper(), and ~G4TsitourasRK45().

G4double * G4TsitourasRK45::ak8
private

Definition at line 85 of file G4TsitourasRK45.hh.

View newest version in sPHENIX GitHub at line 85 of file G4TsitourasRK45.hh

Referenced by G4TsitourasRK45(), and ~G4TsitourasRK45().

G4TsitourasRK45* G4TsitourasRK45::fAuxStepper = nullptr
private

Definition at line 92 of file G4TsitourasRK45.hh.

View newest version in sPHENIX GitHub at line 92 of file G4TsitourasRK45.hh

Referenced by DistChord(), G4TsitourasRK45(), and ~G4TsitourasRK45().

G4double * G4TsitourasRK45::fLastDyDx
private

Definition at line 88 of file G4TsitourasRK45.hh.

View newest version in sPHENIX GitHub at line 88 of file G4TsitourasRK45.hh

Referenced by DistChord(), G4TsitourasRK45(), Stepper(), and ~G4TsitourasRK45().

G4double * G4TsitourasRK45::fLastFinalVector
private

Definition at line 88 of file G4TsitourasRK45.hh.

View newest version in sPHENIX GitHub at line 88 of file G4TsitourasRK45.hh

Referenced by DistChord(), G4TsitourasRK45(), Stepper(), and ~G4TsitourasRK45().

G4double* G4TsitourasRK45::fLastInitialVector
private

Definition at line 88 of file G4TsitourasRK45.hh.

View newest version in sPHENIX GitHub at line 88 of file G4TsitourasRK45.hh

Referenced by DistChord(), G4TsitourasRK45(), Stepper(), and ~G4TsitourasRK45().

G4double G4TsitourasRK45::fLastStepLength = 0.0
private

Definition at line 87 of file G4TsitourasRK45.hh.

View newest version in sPHENIX GitHub at line 87 of file G4TsitourasRK45.hh

Referenced by DistChord(), and Stepper().

G4double * G4TsitourasRK45::fMidError
private

Definition at line 88 of file G4TsitourasRK45.hh.

View newest version in sPHENIX GitHub at line 88 of file G4TsitourasRK45.hh

Referenced by DistChord(), G4TsitourasRK45(), and ~G4TsitourasRK45().

G4double * G4TsitourasRK45::fMidVector
private

Definition at line 88 of file G4TsitourasRK45.hh.

View newest version in sPHENIX GitHub at line 88 of file G4TsitourasRK45.hh

Referenced by DistChord(), G4TsitourasRK45(), and ~G4TsitourasRK45().

G4double * G4TsitourasRK45::yIn
private

Definition at line 85 of file G4TsitourasRK45.hh.

View newest version in sPHENIX GitHub at line 85 of file G4TsitourasRK45.hh

Referenced by G4TsitourasRK45(), Interpolate(), Stepper(), and ~G4TsitourasRK45().

G4double * G4TsitourasRK45::yTemp
private

Definition at line 85 of file G4TsitourasRK45.hh.

View newest version in sPHENIX GitHub at line 85 of file G4TsitourasRK45.hh

Referenced by G4TsitourasRK45(), Stepper(), and ~G4TsitourasRK45().


The documentation for this class was generated from the following files: