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

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

+ Inheritance diagram for G4ExactHelixStepper:
+ Collaboration diagram for G4ExactHelixStepper:

Public Member Functions

 G4ExactHelixStepper (G4Mag_EqRhs *EqRhs)
 
 ~G4ExactHelixStepper ()
 
 G4ExactHelixStepper (const G4ExactHelixStepper &)=delete
 
G4ExactHelixStepperoperator= (const G4ExactHelixStepper &)=delete
 
void Stepper (const G4double y[], const G4double dydx[], G4double h, G4double yout[], G4double yerr[])
 
void DumbStepper (const G4double y[], G4ThreeVector Bfld, G4double h, G4double yout[])
 
G4double DistChord () const
 
virtual G4int IntegratorOrder () const
 
- Public Member Functions inherited from G4MagHelicalStepper
 G4MagHelicalStepper (G4Mag_EqRhs *EqRhs)
 
virtual ~G4MagHelicalStepper ()
 
 G4MagHelicalStepper (const G4MagHelicalStepper &)=delete
 
G4MagHelicalStepperoperator= (const G4MagHelicalStepper &)=delete
 
G4double DistChord () 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

G4ThreeVector fBfieldValue
 

Additional Inherited Members

- Protected Member Functions inherited from G4MagHelicalStepper
void LinearStep (const G4double yIn[], G4double h, G4double yHelix[]) const
 
void AdvanceHelix (const G4double yIn[], G4ThreeVector Bfld, G4double h, G4double yHelix[], G4double yHelix2[]=0)
 
void MagFieldEvaluate (const G4double y[], G4ThreeVector &Bfield)
 
G4double GetInverseCurve (const G4double Momentum, const G4double Bmag)
 
void SetAngCurve (const G4double Ang)
 
G4double GetAngCurve () const
 
void SetCurve (const G4double Curve)
 
G4double GetCurve () const
 
void SetRadHelix (const G4double Rad)
 
G4double GetRadHelix () const
 

Detailed Description

Definition at line 51 of file G4ExactHelixStepper.hh.

View newest version in sPHENIX GitHub at line 51 of file G4ExactHelixStepper.hh

Constructor & Destructor Documentation

G4ExactHelixStepper::G4ExactHelixStepper ( G4Mag_EqRhs EqRhs)

Definition at line 37 of file G4ExactHelixStepper.cc.

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

G4ExactHelixStepper::~G4ExactHelixStepper ( )

Definition at line 43 of file G4ExactHelixStepper.cc.

View newest version in sPHENIX GitHub at line 43 of file G4ExactHelixStepper.cc

G4ExactHelixStepper::G4ExactHelixStepper ( const G4ExactHelixStepper )
delete

Member Function Documentation

G4double G4ExactHelixStepper::DistChord ( ) const
virtual

Implements G4MagIntegratorStepper.

Definition at line 95 of file G4ExactHelixStepper.cc.

View newest version in sPHENIX GitHub at line 95 of file G4ExactHelixStepper.cc

References G4MagHelicalStepper::GetAngCurve(), G4MagHelicalStepper::GetRadHelix(), pi, and twopi.

+ Here is the call graph for this function:

void G4ExactHelixStepper::DumbStepper ( const G4double  y[],
G4ThreeVector  Bfld,
G4double  h,
G4double  yout[] 
)
virtual

Implements G4MagHelicalStepper.

Definition at line 77 of file G4ExactHelixStepper.cc.

View newest version in sPHENIX GitHub at line 77 of file G4ExactHelixStepper.cc

References G4MagHelicalStepper::AdvanceHelix(), FatalException, and G4Exception().

+ Here is the call graph for this function:

G4int G4ExactHelixStepper::IntegratorOrder ( ) const
virtual

Implements G4MagIntegratorStepper.

Definition at line 123 of file G4ExactHelixStepper.cc.

View newest version in sPHENIX GitHub at line 123 of file G4ExactHelixStepper.cc

G4ExactHelixStepper& G4ExactHelixStepper::operator= ( const G4ExactHelixStepper )
delete
void G4ExactHelixStepper::Stepper ( const G4double  y[],
const G4double  dydx[],
G4double  h,
G4double  yout[],
G4double  yerr[] 
)
virtual

Reimplemented from G4MagHelicalStepper.

Definition at line 50 of file G4ExactHelixStepper.cc.

View newest version in sPHENIX GitHub at line 50 of file G4ExactHelixStepper.cc

References G4MagHelicalStepper::AdvanceHelix(), fBfieldValue, and G4MagHelicalStepper::MagFieldEvaluate().

+ Here is the call graph for this function:

Member Data Documentation

G4ThreeVector G4ExactHelixStepper::fBfieldValue
private

Definition at line 83 of file G4ExactHelixStepper.hh.

View newest version in sPHENIX GitHub at line 83 of file G4ExactHelixStepper.hh

Referenced by Stepper().


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