Geant4-11
|
#include <G4TQuadrupoleMagField.hh>
Public Member Functions | |
G4TQuadrupoleMagField * | Clone () const |
G4bool | DoesFieldChangeEnergy () const |
G4TQuadrupoleMagField (G4double pGradient) | |
G4TQuadrupoleMagField (G4double pGradient, G4ThreeVector pOrigin, G4RotationMatrix *pMatrix) | |
virtual void | GetFieldValue (const G4double Point[4], G4double *Bfield) const =0 |
void | GetFieldValue (const G4double y[7], G4double B[3]) const |
G4bool | IsGravityActive () const |
void | SetGravityActive (G4bool OnOffFlag) |
virtual | ~G4TQuadrupoleMagField () |
Static Public Attributes | |
static constexpr G4int | MAX_NUMBER_OF_COMPONENTS = 24 |
Private Attributes | |
G4double | fGradient |
G4bool | fGravityActive = false |
G4ThreeVector | fOrigin |
G4RotationMatrix * | fpMatrix |
Definition at line 48 of file G4TQuadrupoleMagField.hh.
|
inline |
Definition at line 52 of file G4TQuadrupoleMagField.hh.
References fGradient, fOrigin, fpMatrix, and IdentityMatrix.
Referenced by Clone().
|
inline |
|
inlinevirtual |
Definition at line 68 of file G4TQuadrupoleMagField.hh.
|
inlinevirtual |
Reimplemented from G4Field.
Definition at line 98 of file G4TQuadrupoleMagField.hh.
References fGradient, fOrigin, fpMatrix, and G4TQuadrupoleMagField().
|
inlinevirtualinherited |
Implements G4Field.
Definition at line 52 of file G4MagneticField.hh.
Referenced by export_G4MagneticField().
|
pure virtualinherited |
Implements G4Field.
Implemented in PyG4MagneticField, pyG4MagneticField::CB_PyG4MagneticField, G4CachedMagneticField, G4TCachedMagneticField< T_Field >, G4TUniformMagneticField, and G4UniformMagField.
Referenced by G4CachedMagneticField::GetFieldValue().
Definition at line 70 of file G4TQuadrupoleMagField.hh.
References B(), CLHEP::HepRotation::colX(), CLHEP::HepRotation::colY(), CLHEP::HepRotation::colZ(), fGradient, fOrigin, fpMatrix, CLHEP::HepRotation::inverse(), CLHEP::HepRotation::rowX(), CLHEP::HepRotation::rowY(), CLHEP::HepRotation::rowZ(), CLHEP::Hep3Vector::x(), CLHEP::Hep3Vector::y(), and CLHEP::Hep3Vector::z().
|
inlineinherited |
Definition at line 101 of file G4Field.hh.
References G4Field::fGravityActive.
Referenced by G4CoupledTransportation::AlongStepGetPhysicalInteractionLength(), and G4RepleteEofM::G4RepleteEofM().
|
inlineinherited |
Definition at line 106 of file G4Field.hh.
References G4Field::fGravityActive.
|
private |
Definition at line 108 of file G4TQuadrupoleMagField.hh.
Referenced by Clone(), G4TQuadrupoleMagField(), and GetFieldValue().
|
privateinherited |
Definition at line 96 of file G4Field.hh.
Referenced by G4Field::IsGravityActive(), G4Field::operator=(), and G4Field::SetGravityActive().
|
private |
Definition at line 109 of file G4TQuadrupoleMagField.hh.
Referenced by Clone(), G4TQuadrupoleMagField(), and GetFieldValue().
|
private |
Definition at line 110 of file G4TQuadrupoleMagField.hh.
Referenced by Clone(), G4TQuadrupoleMagField(), and GetFieldValue().
|
staticconstexprinherited |
Definition at line 92 of file G4Field.hh.
Referenced by G4BFieldIntegrationDriver::CurvatureRadius().