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

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

+ Inheritance diagram for G4DoLoMcPriRK34:
+ Collaboration diagram for G4DoLoMcPriRK34:

Public Member Functions

 G4DoLoMcPriRK34 (G4EquationOfMotion *EqRhs, G4int numberOfVariables=6, G4bool primary=true)
 
 ~G4DoLoMcPriRK34 ()
 
 G4DoLoMcPriRK34 (const G4DoLoMcPriRK34 &)=delete
 
G4DoLoMcPriRK34operator= (const G4DoLoMcPriRK34 &)=delete
 
void Stepper (const G4double y[], const G4double dydx[], G4double h, G4double yout[], G4double yerr[])
 
void SetupInterpolation ()
 
void SetupInterpolate (const G4double yInput[], const G4double dydx[], const G4double Step)
 
void Interpolate (const G4double yInput[], const G4double dydx[], const G4double Step, G4double yOut[], G4double tau)
 
void Interpolate (G4double tau, G4double yOut[])
 
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
 
G4doubleyTemp
 
G4doubleyIn
 
G4double fLastStepLength = -1.0
 
G4doublefLastInitialVector
 
G4doublefLastFinalVector
 
G4doublefLastDyDx
 
G4doublefMidVector
 
G4doublefMidError
 
G4DoLoMcPriRK34fAuxStepper = nullptr
 

Additional Inherited Members

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

Detailed Description

Definition at line 41 of file G4DoLoMcPriRK34.hh.

View newest version in sPHENIX GitHub at line 41 of file G4DoLoMcPriRK34.hh

Constructor & Destructor Documentation

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

Definition at line 37 of file G4DoLoMcPriRK34.cc.

View newest version in sPHENIX GitHub at line 37 of file G4DoLoMcPriRK34.cc

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

G4DoLoMcPriRK34::~G4DoLoMcPriRK34 ( )

Definition at line 71 of file G4DoLoMcPriRK34.cc.

View newest version in sPHENIX GitHub at line 71 of file G4DoLoMcPriRK34.cc

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

G4DoLoMcPriRK34::G4DoLoMcPriRK34 ( const G4DoLoMcPriRK34 )
delete

Member Function Documentation

G4double G4DoLoMcPriRK34::DistChord ( ) const
virtual

Implements G4MagIntegratorStepper.

Definition at line 201 of file G4DoLoMcPriRK34.cc.

View newest version in sPHENIX GitHub at line 201 of file G4DoLoMcPriRK34.cc

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

+ Here is the call graph for this function:

G4int G4DoLoMcPriRK34::IntegratorOrder ( ) const
inlinevirtual

Implements G4MagIntegratorStepper.

Definition at line 85 of file G4DoLoMcPriRK34.hh.

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

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

Definition at line 255 of file G4DoLoMcPriRK34.cc.

View newest version in sPHENIX GitHub at line 255 of file G4DoLoMcPriRK34.cc

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

Referenced by Interpolate().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void G4DoLoMcPriRK34::Interpolate ( G4double  tau,
G4double  yOut[] 
)

Definition at line 247 of file G4DoLoMcPriRK34.cc.

View newest version in sPHENIX GitHub at line 247 of file G4DoLoMcPriRK34.cc

References fLastDyDx, fLastInitialVector, fLastStepLength, and Interpolate().

+ Here is the call graph for this function:

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

Definition at line 240 of file G4DoLoMcPriRK34.cc.

View newest version in sPHENIX GitHub at line 240 of file G4DoLoMcPriRK34.cc

void G4DoLoMcPriRK34::SetupInterpolation ( )

Definition at line 236 of file G4DoLoMcPriRK34.cc.

View newest version in sPHENIX GitHub at line 236 of file G4DoLoMcPriRK34.cc

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

Implements G4MagIntegratorStepper.

Definition at line 98 of file G4DoLoMcPriRK34.cc.

View newest version in sPHENIX GitHub at line 98 of file G4DoLoMcPriRK34.cc

References ak2, ak3, ak4, ak5, ak6, 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* G4DoLoMcPriRK34::ak2
private

Definition at line 89 of file G4DoLoMcPriRK34.hh.

View newest version in sPHENIX GitHub at line 89 of file G4DoLoMcPriRK34.hh

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

G4double * G4DoLoMcPriRK34::ak3
private

Definition at line 89 of file G4DoLoMcPriRK34.hh.

View newest version in sPHENIX GitHub at line 89 of file G4DoLoMcPriRK34.hh

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

G4double * G4DoLoMcPriRK34::ak4
private

Definition at line 89 of file G4DoLoMcPriRK34.hh.

View newest version in sPHENIX GitHub at line 89 of file G4DoLoMcPriRK34.hh

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

G4double * G4DoLoMcPriRK34::ak5
private

Definition at line 89 of file G4DoLoMcPriRK34.hh.

View newest version in sPHENIX GitHub at line 89 of file G4DoLoMcPriRK34.hh

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

G4double * G4DoLoMcPriRK34::ak6
private

Definition at line 89 of file G4DoLoMcPriRK34.hh.

View newest version in sPHENIX GitHub at line 89 of file G4DoLoMcPriRK34.hh

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

G4DoLoMcPriRK34* G4DoLoMcPriRK34::fAuxStepper = nullptr
private

Definition at line 96 of file G4DoLoMcPriRK34.hh.

View newest version in sPHENIX GitHub at line 96 of file G4DoLoMcPriRK34.hh

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

G4double * G4DoLoMcPriRK34::fLastDyDx
private

Definition at line 92 of file G4DoLoMcPriRK34.hh.

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

Referenced by DistChord(), G4DoLoMcPriRK34(), Interpolate(), Stepper(), and ~G4DoLoMcPriRK34().

G4double * G4DoLoMcPriRK34::fLastFinalVector
private

Definition at line 92 of file G4DoLoMcPriRK34.hh.

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

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

G4double* G4DoLoMcPriRK34::fLastInitialVector
private

Definition at line 92 of file G4DoLoMcPriRK34.hh.

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

Referenced by DistChord(), G4DoLoMcPriRK34(), Interpolate(), Stepper(), and ~G4DoLoMcPriRK34().

G4double G4DoLoMcPriRK34::fLastStepLength = -1.0
private

Definition at line 91 of file G4DoLoMcPriRK34.hh.

View newest version in sPHENIX GitHub at line 91 of file G4DoLoMcPriRK34.hh

Referenced by DistChord(), Interpolate(), and Stepper().

G4double * G4DoLoMcPriRK34::fMidError
private

Definition at line 92 of file G4DoLoMcPriRK34.hh.

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

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

G4double * G4DoLoMcPriRK34::fMidVector
private

Definition at line 92 of file G4DoLoMcPriRK34.hh.

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

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

G4double * G4DoLoMcPriRK34::yIn
private

Definition at line 89 of file G4DoLoMcPriRK34.hh.

View newest version in sPHENIX GitHub at line 89 of file G4DoLoMcPriRK34.hh

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

G4double * G4DoLoMcPriRK34::yTemp
private

Definition at line 89 of file G4DoLoMcPriRK34.hh.

View newest version in sPHENIX GitHub at line 89 of file G4DoLoMcPriRK34.hh

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


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