|
BmnRoot
|
#include <BmnFieldMap.h>
Public Member Functions | |
| BmnFieldMap () | |
| BmnFieldMap (const char *mapFileName) | |
| BmnFieldMap (BmnFieldPar *fieldPar) | |
| virtual | ~BmnFieldMap () |
| virtual void | Init () |
| virtual Double_t | GetBx (Double_t x, Double_t y, Double_t z)=0 |
| virtual Double_t | GetBy (Double_t x, Double_t y, Double_t z)=0 |
| virtual Double_t | GetBz (Double_t x, Double_t y, Double_t z)=0 |
| virtual Bool_t | IsInside (Double_t x, Double_t y, Double_t z, Int_t &ix, Int_t &iy, Int_t &iz, Double_t &dx, Double_t &dy, Double_t &dz)=0 |
| void | WriteAsciiFile (const char *asciiFileName) |
| void | WriteRootFile (const char *rootFileName, const char *mapFileName) |
| void | SetPosition (Double_t x, Double_t y, Double_t z) |
| void | SetScale (Double_t factor) |
| void | SetFieldOff (Bool_t is_off=kTRUE) |
| void | SetFileName (const char *map_file_name) |
| Double_t | GetXmin () const |
| Double_t | GetYmin () const |
| Double_t | GetZmin () const |
| Double_t | GetXmax () const |
| Double_t | GetYmax () const |
| Double_t | GetZmax () const |
| Double_t | GetXstep () const |
| Double_t | GetYstep () const |
| Double_t | GetZstep () const |
| Int_t | GetNx () const |
| Int_t | GetNy () const |
| Int_t | GetNz () const |
| Double_t | GetPositionX () const |
| Double_t | GetPositionY () const |
| Double_t | GetPositionZ () const |
| Double_t | GetScale () const |
| Bool_t | IsFieldOff () const |
| TArrayF * | GetBx () const |
| TArrayF * | GetBy () const |
| TArrayF * | GetBz () const |
| const char * | GetFileName () |
| virtual void | Print (Option_t *) const |
| virtual void | FillParContainer ()=0 |
| void | Reset () |
| BmnFieldMap () | |
| BmnFieldMap (const char *mapFileName) | |
| BmnFieldMap (BmnFieldPar *fieldPar) | |
| virtual | ~BmnFieldMap () |
| virtual void | Init () |
| virtual Double_t | GetBx (Double_t x, Double_t y, Double_t z)=0 |
| virtual Double_t | GetBy (Double_t x, Double_t y, Double_t z)=0 |
| virtual Double_t | GetBz (Double_t x, Double_t y, Double_t z)=0 |
| virtual Bool_t | IsInside (Double_t x, Double_t y, Double_t z, Int_t &ix, Int_t &iy, Int_t &iz, Double_t &dx, Double_t &dy, Double_t &dz)=0 |
| void | WriteAsciiFile (const char *asciiFileName) |
| void | WriteRootFile (const char *rootFileName, const char *mapFileName) |
| void | SetPosition (Double_t x, Double_t y, Double_t z) |
| void | SetScale (Double_t factor) |
| void | SetFieldOff (Bool_t is_off=kTRUE) |
| void | SetFileName (const char *map_file_name) |
| Double_t | GetXmin () const |
| Double_t | GetYmin () const |
| Double_t | GetZmin () const |
| Double_t | GetXmax () const |
| Double_t | GetYmax () const |
| Double_t | GetZmax () const |
| Double_t | GetXstep () const |
| Double_t | GetYstep () const |
| Double_t | GetZstep () const |
| Int_t | GetNx () const |
| Int_t | GetNy () const |
| Int_t | GetNz () const |
| Double_t | GetPositionX () const |
| Double_t | GetPositionY () const |
| Double_t | GetPositionZ () const |
| Double_t | GetScale () const |
| Bool_t | IsFieldOff () const |
| TArrayF * | GetBx () const |
| TArrayF * | GetBy () const |
| TArrayF * | GetBz () const |
| const char * | GetFileName () |
| virtual void | Print (Option_t *) const |
| virtual void | FillParContainer ()=0 |
| void | Reset () |
Protected Member Functions | |
| void | ReadAsciiFile (const char *asciiFileName) |
| void | ReadRootFile (const char *rootFileName) |
| void | ReadRootFileNewFormat (const char *rootFileName) |
| void | ReadRootFileNewFormatExtrap (const char *rootFileName) |
| void | SetField (const BmnFieldMapData *data) |
| Double_t | Interpolate (Double_t dx, Double_t dy, Double_t dz) |
| void | ReadAsciiFile (const char *asciiFileName) |
| void | ReadRootFile (const char *rootFileName) |
| void | ReadRootFileNewFormat (const char *rootFileName) |
| void | ReadRootFileNewFormatExtrap (const char *rootFileName) |
| void | SetField (const BmnFieldMapData *data) |
| Double_t | Interpolate (Double_t dx, Double_t dy, Double_t dz) |
Protected Attributes | |
| Double_t | fScale |
| Double_t | fPosX |
| Double_t | fPosY |
| Double_t | fPosZ |
| Double_t | fPosBx |
| Double_t | fPosBy |
| Double_t | fPosBz |
| Double_t | fXmin |
| Double_t | fXmax |
| Double_t | fXstep |
| Double_t | fYmin |
| Double_t | fYmax |
| Double_t | fYstep |
| Double_t | fZmin |
| Double_t | fZmax |
| Double_t | fZstep |
| Int_t | fNx |
| Int_t | fNy |
| Int_t | fNz |
| TArrayF * | fBx |
| TArrayF * | fBy |
| TArrayF * | fBz |
| Double_t | fHa [2][2][2] |
| Double_t | fHb [2][2] |
| Field at corners of a grid cell. | |
| Double_t | fHc [2] |
| Interpolated field (2-dim) | |
| Bool_t | fDebugInfo |
| Interpolated field (1-dim) | |
| Bool_t | fIsOff |
Definition at line 21 of file BmnFieldMap.h.
| BmnFieldMap::BmnFieldMap | ( | ) |
| BmnFieldMap::BmnFieldMap | ( | const char * | mapFileName | ) |
Definition at line 60 of file BmnFieldMap.cxx.
| BmnFieldMap::BmnFieldMap | ( | BmnFieldPar * | fieldPar | ) |
Definition at line 67 of file BmnFieldMap.cxx.
References fIsOff, fPosX, fPosY, fPosZ, fScale, BmnFieldPar::GetPositionX(), BmnFieldPar::GetPositionY(), BmnFieldPar::GetPositionZ(), BmnFieldPar::GetScale(), BmnFieldPar::GetType(), BmnFieldPar::IsFieldOff(), and BmnFieldPar::MapName().
|
virtual |
Definition at line 83 of file BmnFieldMap.cxx.
| BmnFieldMap::BmnFieldMap | ( | ) |
| BmnFieldMap::BmnFieldMap | ( | const char * | mapFileName | ) |
| BmnFieldMap::BmnFieldMap | ( | BmnFieldPar * | fieldPar | ) |
|
virtual |
|
pure virtual |
Implemented in BmnFieldMapSym3, BmnNewFieldMap, BmnFieldMapSym3, and BmnNewFieldMap.
|
pure virtual |
Implemented in BmnFieldMapSym3, BmnNewFieldMap, BmnFieldMapSym3, and BmnNewFieldMap.
|
inline |
Accessors to the field value arrays
Definition at line 96 of file BmnFieldMap.h.
References fBx.
Referenced by Init(), and SetPosition().
|
inline |
|
pure virtual |
Implemented in BmnFieldMapSym3, BmnNewFieldMap, BmnFieldMapSym3, and BmnNewFieldMap.
Referenced by BmnSP41FieldMapCreator::CreateExtrapolatedMap(), and BmnSP41FieldMapCreator::SmoothMap().
|
pure virtual |
Implemented in BmnFieldMapSym3, BmnNewFieldMap, BmnFieldMapSym3, and BmnNewFieldMap.
|
inline |
Definition at line 97 of file BmnFieldMap.h.
References fBy.
Referenced by Init(), and SetPosition().
|
inline |
Definition at line 97 of file BmnFieldMap.h.
References fBy.
|
pure virtual |
Implemented in BmnFieldMapSym3, BmnNewFieldMap, BmnFieldMapSym3, and BmnNewFieldMap.
Referenced by BmnSP41FieldMapCreator::CreateExtrapolatedMap(), and BmnSP41FieldMapCreator::SmoothMap().
|
pure virtual |
Implemented in BmnFieldMapSym3, BmnNewFieldMap, BmnFieldMapSym3, and BmnNewFieldMap.
|
inline |
Definition at line 98 of file BmnFieldMap.h.
References fBz.
Referenced by Init(), and SetPosition().
|
inline |
Definition at line 98 of file BmnFieldMap.h.
References fBz.
|
pure virtual |
Implemented in BmnFieldMapSym3, BmnNewFieldMap, BmnFieldMapSym3, and BmnNewFieldMap.
Referenced by BmnSP41FieldMapCreator::CreateExtrapolatedMap(), and BmnSP41FieldMapCreator::SmoothMap().
|
pure virtual |
Implemented in BmnFieldMapSym3, BmnNewFieldMap, BmnFieldMapSym3, and BmnNewFieldMap.
|
inline |
Accessor to field map file
Definition at line 101 of file BmnFieldMap.h.
|
inline |
Accessor to field map file
Definition at line 101 of file BmnFieldMap.h.
|
inline |
Definition at line 80 of file BmnFieldMap.h.
References fNx.
Referenced by BmnSP41FieldMapCreator::CreateExtrapolatedMap(), and BmnSP41FieldMapCreator::SmoothMap().
|
inline |
Definition at line 80 of file BmnFieldMap.h.
References fNx.
|
inline |
Definition at line 81 of file BmnFieldMap.h.
References fNy.
Referenced by BmnSP41FieldMapCreator::CreateExtrapolatedMap(), and BmnSP41FieldMapCreator::SmoothMap().
|
inline |
Definition at line 81 of file BmnFieldMap.h.
References fNy.
|
inline |
Definition at line 82 of file BmnFieldMap.h.
References fNz.
Referenced by BmnSP41FieldMapCreator::CreateExtrapolatedMap(), and BmnSP41FieldMapCreator::SmoothMap().
|
inline |
Definition at line 82 of file BmnFieldMap.h.
References fNz.
|
inline |
Accessor to field centre position in global system
Definition at line 85 of file BmnFieldMap.h.
References fPosX.
Referenced by BmnFieldPar::SetParameters(), and BmnMapPar::SetParameters().
|
inline |
Accessor to field centre position in global system
Definition at line 85 of file BmnFieldMap.h.
References fPosX.
|
inline |
Definition at line 86 of file BmnFieldMap.h.
References fPosY.
Referenced by BmnFieldPar::SetParameters(), and BmnMapPar::SetParameters().
|
inline |
Definition at line 86 of file BmnFieldMap.h.
References fPosY.
|
inline |
Definition at line 87 of file BmnFieldMap.h.
References fPosZ.
Referenced by CbmKF::Propagate(), BmnFieldPar::SetParameters(), and BmnMapPar::SetParameters().
|
inline |
Definition at line 87 of file BmnFieldMap.h.
References fPosZ.
|
inline |
Accessor to global scaling factor
Definition at line 90 of file BmnFieldMap.h.
References fScale.
Referenced by BmnFieldMapData::BmnFieldMapData(), BmnFillDstTask::Init(), BmnFieldPar::SetParameters(), and BmnMapPar::SetParameters().
|
inline |
|
inline |
Definition at line 72 of file BmnFieldMap.h.
References fXmax.
Referenced by BmnSP41FieldMapCreator::BmnSP41FieldMapCreator(), and BmnSP41FieldMapCreator::CreateExtrapolatedMap().
|
inline |
Definition at line 72 of file BmnFieldMap.h.
References fXmax.
|
inline |
Accessors to field parameters in local coordinate system
Definition at line 68 of file BmnFieldMap.h.
References fXmin.
Referenced by BmnSP41FieldMapCreator::BmnSP41FieldMapCreator(), BmnSP41FieldMapCreator::CreateExtrapolatedMap(), and BmnSP41FieldMapCreator::SmoothMap().
|
inline |
Accessors to field parameters in local coordinate system
Definition at line 68 of file BmnFieldMap.h.
References fXmin.
|
inline |
Definition at line 76 of file BmnFieldMap.h.
References fXstep.
Referenced by BmnSP41FieldMapCreator::CreateExtrapolatedMap(), and BmnSP41FieldMapCreator::SmoothMap().
|
inline |
Definition at line 76 of file BmnFieldMap.h.
References fXstep.
|
inline |
Definition at line 73 of file BmnFieldMap.h.
References fYmax.
Referenced by BmnSP41FieldMapCreator::BmnSP41FieldMapCreator(), and BmnSP41FieldMapCreator::CreateExtrapolatedMap().
|
inline |
Definition at line 73 of file BmnFieldMap.h.
References fYmax.
|
inline |
Definition at line 69 of file BmnFieldMap.h.
References fYmin.
Referenced by BmnSP41FieldMapCreator::BmnSP41FieldMapCreator(), BmnSP41FieldMapCreator::CreateExtrapolatedMap(), and BmnSP41FieldMapCreator::SmoothMap().
|
inline |
Definition at line 69 of file BmnFieldMap.h.
References fYmin.
|
inline |
Definition at line 77 of file BmnFieldMap.h.
References fYstep.
Referenced by BmnSP41FieldMapCreator::CreateExtrapolatedMap(), and BmnSP41FieldMapCreator::SmoothMap().
|
inline |
Definition at line 77 of file BmnFieldMap.h.
References fYstep.
|
inline |
Definition at line 74 of file BmnFieldMap.h.
References fZmax.
Referenced by BmnSP41FieldMapCreator::BmnSP41FieldMapCreator(), BmnSP41FieldMapCreator::CreateExtrapolatedMap(), BmnMultiField::Init(), CbmKF::Propagate(), and BmnSP41FieldMapCreator::SmoothMap().
|
inline |
Definition at line 74 of file BmnFieldMap.h.
References fZmax.
|
inline |
Definition at line 70 of file BmnFieldMap.h.
References fZmin.
Referenced by BmnSP41FieldMapCreator::BmnSP41FieldMapCreator(), BmnSP41FieldMapCreator::CreateExtrapolatedMap(), BmnMultiField::Init(), and BmnSP41FieldMapCreator::SmoothMap().
|
inline |
Definition at line 70 of file BmnFieldMap.h.
References fZmin.
|
inline |
Definition at line 78 of file BmnFieldMap.h.
References fZstep.
Referenced by BmnSP41FieldMapCreator::CreateExtrapolatedMap(), and BmnSP41FieldMapCreator::SmoothMap().
|
inline |
Definition at line 78 of file BmnFieldMap.h.
References fZstep.
|
virtual |
Definition at line 93 of file BmnFieldMap.cxx.
References fPosBx, fPosBy, fPosBz, fPosX, fPosY, fPosZ, GetBx(), GetBy(), GetBz(), ReadRootFileNewFormat(), and ReadRootFileNewFormatExtrap().
Referenced by BmnEfficiency::BmnEfficiency(), BmnEfficiency::BmnEfficiency(), BmnSP41FieldMapCreator::BmnSP41FieldMapCreator(), BmnTrackingQaOffline::DoAnalisys(), BmnLambdaEmbeddingQa::DoDrawEventsWithEmbeddedSignals(), eventdisplay(), BmnMultiField::Init(), BmnTwoParticleDecay::Init(), run8_reco_bmn(), run_reco_bmn(), and run_reco_src().
|
virtual |
|
protected |
Get field values by interpolation of the grid.
| dx,dy,dz | Relative distance from grid point [cell units] |
Definition at line 589 of file BmnFieldMap.cxx.
Referenced by BmnNewFieldMap::FieldInterpolate(), BmnFieldMapSym3::GetBx(), BmnFieldMapSym3::GetBy(), and BmnFieldMapSym3::GetBz().
|
protected |
Get field values by interpolation of the grid.
| dx,dy,dz | Relative distance from grid point [cell units] |
|
inline |
Whether magnetic field is off
Definition at line 93 of file BmnFieldMap.h.
References fIsOff.
Referenced by BmnInnerTrackingRun7::Init(), SrcInnerTrackingRun7::Init(), IsParCorrect(), BmnFieldPar::SetParameters(), and BmnKalmanFilter::TGeoTrackPropagate().
|
inline |
|
pure virtual |
Implemented in BmnFieldMapSym3, BmnNewFieldMap, BmnFieldMapSym3, and BmnNewFieldMap.
|
pure virtual |
Implemented in BmnFieldMapSym3, BmnNewFieldMap, BmnFieldMapSym3, and BmnNewFieldMap.
|
virtual |
|
virtual |
Screen output
|
protected |
|
protected |
Reset the field parameters and data Read the field map from an ASCII file
|
protected |
Read field map from a ROOT file
Definition at line 450 of file BmnFieldMap.cxx.
References fBx, fBy, fBz, fNx, fNy, fNz, fPosX, fPosY, fPosZ, fScale, fXmax, fXmin, fXstep, fYmax, fYmin, fYstep, fZmax, fZmin, fZstep, coordinate_info_t::max, coordinate_info_t::min, coordinate_info_t::N, coordinate_info_t::step, and v.
|
protected |
Read field map from a ROOT file
|
protected |
|
protected |
|
protected |
|
protected |
| void BmnFieldMap::Reset | ( | ) |
| void BmnFieldMap::Reset | ( | ) |
Reset the field parameters and data
|
protected |
Set field parameters and data
Definition at line 536 of file BmnFieldMap.cxx.
References fBx, fBy, fBz, fNx, fNy, fNz, fScale, fXmax, fXmin, fXstep, fYmax, fYmin, fYstep, fZmax, fZmin, fZstep, BmnFieldMapData::GetBx(), BmnFieldMapData::GetBy(), BmnFieldMapData::GetBz(), BmnFieldMapData::GetNx(), BmnFieldMapData::GetNy(), BmnFieldMapData::GetNz(), BmnFieldMapData::GetType(), BmnFieldMapData::GetXmax(), BmnFieldMapData::GetXmin(), BmnFieldMapData::GetYmax(), BmnFieldMapData::GetYmin(), BmnFieldMapData::GetZmax(), and BmnFieldMapData::GetZmin().
|
protected |
Set field parameters and data
|
inline |
|
inline |
|
inline |
Set field map file path
Definition at line 65 of file BmnFieldMap.h.
Referenced by GeoSetup::GetMagneticField().
|
inline |
Set field map file path
Definition at line 65 of file BmnFieldMap.h.
| void BmnFieldMap::SetPosition | ( | Double_t | x, |
| Double_t | y, | ||
| Double_t | z | ||
| ) |
| void BmnFieldMap::SetPosition | ( | Double_t | x, |
| Double_t | y, | ||
| Double_t | z | ||
| ) |
Set the position of the field centre
|
inline |
Set a global field scaling factor
Definition at line 55 of file BmnFieldMap.h.
References fIsOff, and fScale.
Referenced by BmnEfficiency::BmnEfficiency(), BmnEfficiency::BmnEfficiency(), BmnSP41FieldMapCreator::BmnSP41FieldMapCreator(), BmnTrackingQaOffline::DoAnalisys(), BmnLambdaEmbeddingQa::DoDrawEventsWithEmbeddedSignals(), eventdisplay(), GeoSetup::GetMagneticField(), BmnTwoParticleDecay::Init(), run8_reco_bmn(), run8_sim_bmn(), run_reco_bmn(), run_reco_src(), run_sim_bmn(), and run_sim_src().
|
inline |
Set a global field scaling factor
Definition at line 55 of file BmnFieldMap.h.
| void BmnFieldMap::WriteAsciiFile | ( | const char * | asciiFileName | ) |
| void BmnFieldMap::WriteAsciiFile | ( | const char * | asciiFileName | ) |
Write the field map to an ASCII file
| void BmnFieldMap::WriteRootFile | ( | const char * | rootFileName, |
| const char * | mapFileName | ||
| ) |
Write field map data to a ROOT file
Definition at line 168 of file BmnFieldMap.cxx.
| void BmnFieldMap::WriteRootFile | ( | const char * | rootFileName, |
| const char * | mapFileName | ||
| ) |
Write field map data to a ROOT file
|
protected |
Arrays with the field values
Definition at line 147 of file BmnFieldMap.h.
Referenced by GetBx(), BmnFieldMapSym3::GetBx(), BmnNewFieldMap::GetBx(), ReadAsciiFile(), ReadRootFile(), ReadRootFileNewFormat(), ReadRootFileNewFormatExtrap(), Reset(), SetField(), WriteAsciiFile(), and ~BmnFieldMap().
|
protected |
Definition at line 148 of file BmnFieldMap.h.
Referenced by GetBy(), BmnFieldMapSym3::GetBy(), BmnNewFieldMap::GetBy(), ReadAsciiFile(), ReadRootFile(), ReadRootFileNewFormat(), ReadRootFileNewFormatExtrap(), Reset(), SetField(), WriteAsciiFile(), and ~BmnFieldMap().
|
protected |
Definition at line 149 of file BmnFieldMap.h.
Referenced by GetBz(), BmnFieldMapSym3::GetBz(), BmnNewFieldMap::GetBz(), ReadAsciiFile(), ReadRootFile(), ReadRootFileNewFormat(), ReadRootFileNewFormatExtrap(), Reset(), SetField(), WriteAsciiFile(), and ~BmnFieldMap().
|
protected |
Interpolated field (1-dim)
Definition at line 157 of file BmnFieldMap.h.
|
protected |
Variables for temporary storage Used in the very frequently called method GetFieldValue
Definition at line 153 of file BmnFieldMap.h.
Referenced by BmnFieldMap(), BmnNewFieldMap::FieldInterpolate(), BmnFieldMapSym3::GetBx(), BmnFieldMapSym3::GetBy(), BmnFieldMapSym3::GetBz(), and Interpolate().
|
protected |
Field at corners of a grid cell.
Definition at line 154 of file BmnFieldMap.h.
Referenced by BmnFieldMap(), and Interpolate().
|
protected |
Interpolated field (2-dim)
Definition at line 155 of file BmnFieldMap.h.
Referenced by BmnFieldMap(), and Interpolate().
|
protected |
Whether magnetic field is off
Definition at line 159 of file BmnFieldMap.h.
Referenced by BmnFieldMap(), IsFieldOff(), Print(), Reset(), SetFieldOff(), and SetScale().
|
protected |
Number of grid points
Definition at line 144 of file BmnFieldMap.h.
Referenced by GetNx(), Print(), ReadAsciiFile(), ReadRootFile(), ReadRootFileNewFormat(), ReadRootFileNewFormatExtrap(), Reset(), SetField(), and WriteAsciiFile().
|
protected |
Definition at line 144 of file BmnFieldMap.h.
Referenced by BmnNewFieldMap::FieldInterpolate(), BmnFieldMapSym3::GetBx(), BmnFieldMapSym3::GetBy(), BmnFieldMapSym3::GetBz(), GetNy(), Print(), ReadAsciiFile(), ReadRootFile(), ReadRootFileNewFormat(), ReadRootFileNewFormatExtrap(), Reset(), SetField(), and WriteAsciiFile().
|
protected |
Definition at line 144 of file BmnFieldMap.h.
Referenced by BmnNewFieldMap::FieldInterpolate(), BmnFieldMapSym3::GetBx(), BmnFieldMapSym3::GetBy(), BmnFieldMapSym3::GetBz(), GetNz(), Print(), ReadAsciiFile(), ReadRootFile(), ReadRootFileNewFormat(), ReadRootFileNewFormatExtrap(), Reset(), SetField(), and WriteAsciiFile().
|
protected |
Definition at line 136 of file BmnFieldMap.h.
Referenced by Init(), Print(), Reset(), and SetPosition().
|
protected |
Definition at line 136 of file BmnFieldMap.h.
Referenced by Init(), Print(), Reset(), and SetPosition().
|
protected |
Definition at line 136 of file BmnFieldMap.h.
Referenced by Init(), Print(), Reset(), and SetPosition().
|
protected |
Field centre position in global coordinates
Definition at line 135 of file BmnFieldMap.h.
Referenced by BmnFieldMap(), GetPositionX(), Init(), BmnFieldMapSym3::IsInside(), Print(), ReadAsciiFile(), ReadRootFile(), Reset(), and SetPosition().
|
protected |
Definition at line 135 of file BmnFieldMap.h.
Referenced by BmnFieldMap(), GetPositionY(), Init(), BmnFieldMapSym3::IsInside(), Print(), ReadAsciiFile(), ReadRootFile(), Reset(), and SetPosition().
|
protected |
Definition at line 135 of file BmnFieldMap.h.
Referenced by BmnFieldMap(), GetPositionZ(), Init(), BmnFieldMapSym3::IsInside(), Print(), ReadAsciiFile(), ReadRootFile(), Reset(), and SetPosition().
|
protected |
Global scaling factor (w.r.t. map on file)
Definition at line 132 of file BmnFieldMap.h.
Referenced by BmnFieldMap(), GetScale(), Print(), ReadAsciiFile(), ReadRootFile(), ReadRootFileNewFormat(), ReadRootFileNewFormatExtrap(), Reset(), SetField(), SetScale(), and WriteAsciiFile().
|
protected |
Definition at line 139 of file BmnFieldMap.h.
Referenced by BmnNewFieldMap::FieldInterpolate(), GetXmax(), BmnNewFieldMap::IsInside(), Print(), ReadAsciiFile(), ReadRootFile(), ReadRootFileNewFormat(), ReadRootFileNewFormatExtrap(), Reset(), SetField(), and WriteAsciiFile().
|
protected |
Field limits in local coordinate system
Definition at line 139 of file BmnFieldMap.h.
Referenced by BmnNewFieldMap::FieldInterpolate(), GetXmin(), BmnFieldMapSym3::IsInside(), BmnNewFieldMap::IsInside(), Print(), ReadAsciiFile(), ReadRootFile(), ReadRootFileNewFormat(), ReadRootFileNewFormatExtrap(), Reset(), SetField(), and WriteAsciiFile().
|
protected |
Definition at line 139 of file BmnFieldMap.h.
Referenced by BmnNewFieldMap::FieldInterpolate(), GetXstep(), BmnFieldMapSym3::IsInside(), BmnNewFieldMap::IsInside(), Print(), ReadAsciiFile(), ReadRootFile(), ReadRootFileNewFormat(), ReadRootFileNewFormatExtrap(), Reset(), and SetField().
|
protected |
Definition at line 140 of file BmnFieldMap.h.
Referenced by BmnNewFieldMap::FieldInterpolate(), GetYmax(), BmnFieldMapSym3::IsInside(), BmnNewFieldMap::IsInside(), Print(), ReadAsciiFile(), ReadRootFile(), ReadRootFileNewFormat(), ReadRootFileNewFormatExtrap(), Reset(), SetField(), and WriteAsciiFile().
|
protected |
Definition at line 140 of file BmnFieldMap.h.
Referenced by BmnNewFieldMap::FieldInterpolate(), GetYmin(), BmnFieldMapSym3::IsInside(), BmnNewFieldMap::IsInside(), Print(), ReadAsciiFile(), ReadRootFile(), ReadRootFileNewFormat(), ReadRootFileNewFormatExtrap(), Reset(), SetField(), and WriteAsciiFile().
|
protected |
Definition at line 140 of file BmnFieldMap.h.
Referenced by BmnNewFieldMap::FieldInterpolate(), GetYstep(), BmnFieldMapSym3::IsInside(), BmnNewFieldMap::IsInside(), Print(), ReadAsciiFile(), ReadRootFile(), ReadRootFileNewFormat(), ReadRootFileNewFormatExtrap(), Reset(), and SetField().
|
protected |
Definition at line 141 of file BmnFieldMap.h.
Referenced by BmnNewFieldMap::FieldInterpolate(), GetZmax(), BmnFieldMapSym3::IsInside(), BmnNewFieldMap::IsInside(), Print(), ReadAsciiFile(), ReadRootFile(), ReadRootFileNewFormat(), ReadRootFileNewFormatExtrap(), Reset(), SetField(), and WriteAsciiFile().
|
protected |
Definition at line 141 of file BmnFieldMap.h.
Referenced by BmnNewFieldMap::FieldInterpolate(), GetZmin(), BmnFieldMapSym3::IsInside(), BmnNewFieldMap::IsInside(), Print(), ReadAsciiFile(), ReadRootFile(), ReadRootFileNewFormat(), ReadRootFileNewFormatExtrap(), Reset(), SetField(), and WriteAsciiFile().
|
protected |
Definition at line 141 of file BmnFieldMap.h.
Referenced by BmnNewFieldMap::FieldInterpolate(), GetZstep(), BmnFieldMapSym3::IsInside(), BmnNewFieldMap::IsInside(), Print(), ReadAsciiFile(), ReadRootFile(), ReadRootFileNewFormat(), ReadRootFileNewFormatExtrap(), Reset(), and SetField().