BDSIM
BDSIM is a Geant4 extension toolkit for simulation of particle transport in accelerator beamlines.
|
Class that provides the magnetic strength in an octupole. More...
#include <BDSFieldMagOctupole.hh>
Public Member Functions | |
BDSFieldMagOctupole (BDSMagnetStrength const *strength, G4double const brho) | |
virtual G4ThreeVector | GetField (const G4ThreeVector &position, const G4double t=0) const |
Access the field value. | |
![]() | |
BDSFieldMag () | |
BDSFieldMag (G4Transform3D transformIn) | |
virtual G4ThreeVector | GetField (const G4ThreeVector &position, const G4double t=0) const =0 |
virtual G4bool | TimeVarying () const |
virtual void | GetFieldValue (const G4double point[4], G4double *field) const |
virtual G4ThreeVector | GetFieldTransformed (const G4ThreeVector &position, const G4double t) const |
Get the field value after applying transform for local offset. | |
virtual void | SetTransform (const G4Transform3D &transformIn) |
void | SetModulator (BDSModulator *modulatorIn) |
Set the optional modulator. | |
G4bool | FiniteStrength () const |
Accessor. | |
Private Member Functions | |
BDSFieldMagOctupole () | |
Private default constructor to force use of supplied constructor. | |
Private Attributes | |
G4double | bTriplePrime |
3rd derivative of the magnetic field | |
G4double | bTPNormed |
bTriplePrime / 3! cached for simplicity | |
Additional Inherited Members | |
![]() | |
G4bool | finiteStrength |
Flag to cache whether finite nor not. | |
G4Transform3D | transform |
Transform to apply for the field relative to the local coordinates of the geometry. | |
G4bool | transformIsNotIdentity |
Cache of whether to use transform at all. | |
BDSModulator * | modulator |
Optional modulator;. | |
Class that provides the magnetic strength in an octupole.
The magnetic field is calculated from the octuupole strength parameter "k3" and a design rigidity (brho).
Definition at line 36 of file BDSFieldMagOctupole.hh.
BDSFieldMagOctupole::BDSFieldMagOctupole | ( | BDSMagnetStrength const * | strength, |
G4double const | brho | ||
) |
Definition at line 30 of file BDSFieldMagOctupole.cc.
|
inlinevirtual |
Definition at line 42 of file BDSFieldMagOctupole.hh.
|
virtual |
Access the field value.
Implements BDSFieldMag.
Definition at line 42 of file BDSFieldMagOctupole.cc.
References bTPNormed.
|
private |
bTriplePrime / 3! cached for simplicity
Definition at line 56 of file BDSFieldMagOctupole.hh.
Referenced by GetField().
|
private |
3rd derivative of the magnetic field
Definition at line 53 of file BDSFieldMagOctupole.hh.