#include <OAEParametrizedMagneticField.h>
Public Member Functions | |
GlobalVector | inTesla (const GlobalPoint &gp) const override |
Field value ad specified global point, in Tesla. More... | |
GlobalVector | inTeslaUnchecked (const GlobalPoint &gp) const override |
bool | isDefined (const GlobalPoint &gp) const override |
True if the point is within the region where the concrete field. More... | |
OAEParametrizedMagneticField (float B) | |
Constructor, pass value for nominal field. More... | |
OAEParametrizedMagneticField (std::string T="3_8T") | |
Constructor, pass string for nominal field [deprecated]. More... | |
OAEParametrizedMagneticField (const edm::ParameterSet ¶meters) | |
Constructor. Parameters taken from a PSet [deprecated]. More... | |
~OAEParametrizedMagneticField () override | |
Destructor. 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... | |
float | inverseBzAtOriginInGeV () const |
The inverse of field z component for this map in GeV. More... | |
MagneticField () | |
MagneticField (const MagneticField &orig) | |
int | nominalValue () const |
The nominal field value for this map in kGauss. More... | |
virtual | ~MagneticField () |
Private Attributes | |
magfieldparam::TkBfield | theParam |
Additional Inherited Members | |
Protected Member Functions inherited from MagneticField | |
void | setNominalValue () |
Magnetic Field engine wrapper for V. Karimaki's "off-axis expansion" of the TOSCA field version 1103l_071212 (2, 3, 3.4, 3.8, 4 T) valid in the region r<1.15 m and |z|<2.8 m For details, cf TkBfield.h
Definition at line 25 of file OAEParametrizedMagneticField.h.
|
explicit |
Constructor, pass value for nominal field.
Definition at line 15 of file OAEParametrizedMagneticField.cc.
References MagneticField::setNominalValue().
|
explicit |
Constructor, pass string for nominal field [deprecated].
|
explicit |
Constructor. Parameters taken from a PSet [deprecated].
Definition at line 19 of file OAEParametrizedMagneticField.cc.
References MagneticField::setNominalValue().
|
override |
|
overridevirtual |
Field value ad specified global point, in Tesla.
Implements MagneticField.
Definition at line 26 of file OAEParametrizedMagneticField.cc.
References inTeslaUnchecked(), and isDefined().
|
overridevirtual |
Optional implementation that derived classes can implement to provide faster query by skipping the check to isDefined.
Reimplemented from MagneticField.
Definition at line 40 of file OAEParametrizedMagneticField.cc.
References TtFullHadDaughter::B, magfieldparam::TkBfield::getBxyz(), theParam, x, PV3DBase< T, PVType, FrameType >::x(), PV3DBase< T, PVType, FrameType >::y(), and PV3DBase< T, PVType, FrameType >::z().
Referenced by inTesla().
|
overridevirtual |
True if the point is within the region where the concrete field.
Reimplemented from MagneticField.
Definition at line 47 of file OAEParametrizedMagneticField.cc.
References validate-o2o-wbm::f, PV3DBase< T, PVType, FrameType >::perp2(), and PV3DBase< T, PVType, FrameType >::z().
Referenced by inTesla().
|
private |
Definition at line 46 of file OAEParametrizedMagneticField.h.
Referenced by inTeslaUnchecked().