35#ifndef G4FIELDSETUP_HH
36#define G4FIELDSETUP_HH
52class TVirtualMagField;
134 void CreateCachedField();
136 void CreateStepper();
138 void CreateChordFinder();
140 void UpdateFieldManager();
181 return fLogicalVolume;
Definition of the G4FieldParameters class.
The magnetic field parameters.
Messenger class that defines commands for G4FieldSetup.
G4FieldSetup(const G4FieldParameters ¶meters, G4Field *field, G4LogicalVolume *lv=nullptr)
Standard constructor.
G4EquationOfMotion * GetEquation() const
Return the equation of motion.
void Clear()
Clear previously created setup.
~G4FieldSetup()
Destructor.
void PrintInfo(G4int verboseLevel, const G4String about="created")
Print information.
G4LogicalVolume * GetLogicalVolume() const
Return the logical vol;ume.
G4MagIntegratorStepper * GetStepper() const
Return the magnetic integrator stepper.
void Update()
Update field setup with new field parameters.
G4Field * GetG4Field() const
Return the instantiated field.
void SetG4Field(G4Field *field)
Set G4 field.
G4VIntegrationDriver * GetIntegrationDriver() const
Return the magnetic integrator driver.