ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
Implementation of the F01FieldSetup class. More...
#include "F01FieldSetup.hh"
#include "F01FieldMessenger.hh"
#include "G4MagneticField.hh"
#include "G4UniformMagField.hh"
#include "G4FieldManager.hh"
#include "G4TransportationManager.hh"
#include "G4Mag_UsualEqRhs.hh"
#include "G4MagIntegratorStepper.hh"
#include "G4ChordFinder.hh"
#include "G4ExplicitEuler.hh"
#include "G4ImplicitEuler.hh"
#include "G4SimpleRunge.hh"
#include "G4SimpleHeum.hh"
#include "G4ClassicalRK4.hh"
#include "G4HelixExplicitEuler.hh"
#include "G4HelixImplicitEuler.hh"
#include "G4HelixSimpleRunge.hh"
#include "G4CashKarpRKF45.hh"
#include "G4RKG3_Stepper.hh"
#include "G4ConstRK4.hh"
#include "G4NystromRK4.hh"
#include "G4HelixMixedStepper.hh"
#include "G4ExactHelixStepper.hh"
#include "G4BogackiShampine23.hh"
#include "G4BogackiShampine45.hh"
#include "G4DormandPrince745.hh"
#include "G4DormandPrinceRK56.hh"
#include "G4DormandPrinceRK78.hh"
#include "G4TsitourasRK45.hh"
#include "G4PhysicalConstants.hh"
#include "G4SystemOfUnits.hh"
#include "G4VIntegrationDriver.hh"
#include "G4FSALIntegrationDriver.hh"
#include "G4RK547FEq1.hh"
#include "G4RK547FEq2.hh"
#include "G4RK547FEq3.hh"
Go to the source code of this file.
Enumerations | |
enum | EStepperNumber { kDormandPrince45 = 17, kBogackiShampine45 = 45, kClassicalRK4 = 4, kNystromRK4 = 13, kDormandPrince56 = 56, kBogackiShampine23 = 23, kCashKarp = 8, kDormandPrince78 = 78, kTsitouras45 = 145 } |
Implementation of the F01FieldSetup class.
Definition in file F01FieldSetup.cc.
enum EStepperNumber |
kDormandPrince45 | |
kBogackiShampine45 | |
kClassicalRK4 | |
kNystromRK4 | |
kDormandPrince56 | |
kBogackiShampine23 | |
kCashKarp | |
kDormandPrince78 | |
kTsitouras45 |
Definition at line 76 of file F01FieldSetup.cc.
View newest version in sPHENIX GitHub at line 76 of file F01FieldSetup.cc