#include <ParabolicParametrizedMagneticField.h>
Public Member Functions | |
float | B0Z (const float a) const |
GlobalVector | inTesla (const GlobalPoint &gp) const |
Field value ad specified global point, in Tesla. More... | |
GlobalVector | inTeslaUnchecked (const GlobalPoint &gp) const |
bool | isDefined (const GlobalPoint &gp) const |
True if the point is within the region where the concrete field. More... | |
float | Kr (const float R2) const |
ParabolicParametrizedMagneticField () | |
Constructor. More... | |
virtual | ~ParabolicParametrizedMagneticField () |
Constructor. Parameters taken from a PSet. More... | |
Public Member Functions inherited from MagneticField | |
virtual MagneticField * | clone () const |
GlobalVector | inInverseGeV (const GlobalPoint &gp) const |
Field value ad specified global point, in 1/Gev. More... | |
GlobalVector | inKGauss (const GlobalPoint &gp) const |
Field value ad specified global point, in KGauss. More... | |
MagneticField () | |
MagneticField (const MagneticField &orig) | |
int | nominalValue () const |
The nominal field value for this map in kGauss. More... | |
virtual | ~MagneticField () |
Private Attributes | |
const float | a = 2.43878e-11 |
const float | b0 = -3.94991e-06 |
const float | b1 = 7.53701e-06 |
const float | c1 = 3.8114 |
A simple parametrization of the Bz component in the tracker region using the product of two parabolas
Definition at line 17 of file ParabolicParametrizedMagneticField.h.
|
explicit |
|
virtual |
Constructor. Parameters taken from a PSet.
Destructor
Definition at line 20 of file ParabolicParametrizedMagneticField.cc.
|
inline |
Definition at line 38 of file ParabolicParametrizedMagneticField.cc.
References alignmentValidation::c1.
|
virtual |
Field value ad specified global point, in Tesla.
Implements MagneticField.
Definition at line 24 of file ParabolicParametrizedMagneticField.cc.
References LogDebug.
|
virtual |
Optional implementation that derived classes can implement to provide faster query by skipping the check to isDefined.
Reimplemented from MagneticField.
Definition at line 33 of file ParabolicParametrizedMagneticField.cc.
References PV3DBase< T, PVType, FrameType >::perp2(), and PV3DBase< T, PVType, FrameType >::z().
|
inlinevirtual |
True if the point is within the region where the concrete field.
Reimplemented from MagneticField.
Definition at line 46 of file ParabolicParametrizedMagneticField.cc.
References f, PV3DBase< T, PVType, FrameType >::perp2(), and PV3DBase< T, PVType, FrameType >::z().
|
inline |
Definition at line 42 of file ParabolicParametrizedMagneticField.cc.
References a.
|
private |
Definition at line 42 of file ParabolicParametrizedMagneticField.h.
|
private |
Definition at line 39 of file ParabolicParametrizedMagneticField.h.
|
private |
Definition at line 40 of file ParabolicParametrizedMagneticField.h.
|
private |
Definition at line 41 of file ParabolicParametrizedMagneticField.h.