| FairRoot/PandaRoot
    | 
#include <PndSolenoidMap.h>
 
  
 | Public Member Functions | |
| PndSolenoidMap () | |
| PndSolenoidMap (const char *mapName, const char *fileType="R") | |
| PndSolenoidMap (PndMapPar *fieldPar) | |
| virtual | ~PndSolenoidMap () | 
| void | FillParContainer () | 
| 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) | 
| Int_t | GetRegionNo () | 
| void | GetBxyz (const Double_t point[3], Double_t *bField) | 
| virtual void | Init () | 
| virtual Double_t | GetBx (Double_t x, Double_t y, Double_t z) | 
| TArrayF * | GetBx () const | 
| virtual Double_t | GetBy (Double_t x, Double_t y, Double_t z) | 
| TArrayF * | GetBy () const | 
| virtual Double_t | GetBz (Double_t x, Double_t y, Double_t z) | 
| TArrayF * | GetBz () const | 
| void | WriteAsciiFile (const char *fileName) | 
| void | WriteRootFile (const char *fileName, const char *mapName) | 
| void | SetPosition (Double_t x, Double_t y, Double_t z) | 
| void | SetScale (Double_t factor) | 
| 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 | GetUnit () const | 
| Double_t | GetPositionX () const | 
| Double_t | GetPositionY () const | 
| Double_t | GetPositionZ () const | 
| Double_t | GetScale () const | 
| const char * | GetFileName () | 
| virtual void | Print () | 
| Public Attributes | |
| Int_t | fRegionNo | 
| Static Public Attributes | |
| static Int_t | fNumberOfRegions =0 | 
| Protected Member Functions | |
| void | Reset () | 
| void | ReadAsciiFile (const char *fileName) | 
| void | ReadRootFile (const char *fileName, const char *mapName) | 
| void | SetField (const PndFieldMapData *data) | 
| Double_t | Interpolate (Double_t dx, Double_t dy, Double_t dz) | 
| Protected Attributes | |
| Double_t | fHemiX | 
| Double_t | fHemiY | 
| TString | fFileName | 
| Double_t | fScale | 
| Double_t | funit | 
| Double_t | fPosX | 
| Double_t | fPosY | 
| Double_t | fPosZ | 
| 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.  More... | |
| Double_t | fHc [2] | 
| Interpolated field (2-dim)  More... | |
Definition at line 26 of file PndSolenoidMap.h.
| PndSolenoidMap::PndSolenoidMap | ( | ) | 
| PndSolenoidMap::PndSolenoidMap | ( | const char * | mapName, | 
| const char * | fileType = "R" | ||
| ) | 
Standard constructor
| name | Name of field map | 
| fileType | R = ROOT file, A = ASCII | 
Definition at line 24 of file PndSolenoidMap.cxx.
References fNumberOfRegions, and fRegionNo.
| PndSolenoidMap::PndSolenoidMap | ( | PndMapPar * | fieldPar | ) | 
Constructor from PndFieldPar
Definition at line 38 of file PndSolenoidMap.cxx.
References PndFieldMap::fFileName, PndFieldMap::fPosX, PndFieldMap::fPosY, PndFieldMap::fPosZ, PndFieldMap::fScale, PndMapPar::GetPositionX(), PndMapPar::GetPositionY(), PndMapPar::GetPositionZ(), PndMapPar::GetScale(), PndMapPar::GetType(), PndMapPar::MapName(), and TString.
| 
 | virtual | 
| void PndSolenoidMap::FillParContainer | ( | ) | 
Get the field components at a certain point
| x,y,z | Point coordinates (global) [cm] Bx,By,Bz Field components [kG] | 
Definition at line 157 of file PndFieldMap.cxx.
References Double_t, dx, dy, dz, PndFieldMap::fBx, PndFieldMap::fHa, PndFieldMap::fNy, PndFieldMap::fNz, PndFieldMap::Interpolate(), and PndFieldMap::IsInside().
Referenced by interpolate_fieldmap().
| 
 | inlineinherited | 
Accessors to the field value arrays
Definition at line 114 of file PndFieldMap.h.
References PndFieldMap::fBx.
Referenced by PndFieldMap::Print().
Definition at line 72 of file PndSolenoidMap.cxx.
References Double_t, dx, dy, dz, PndFieldMap::fBx, PndFieldMap::fBy, PndFieldMap::fBz, PndFieldMap::fHa, fHemiX, fHemiY, PndFieldMap::fNy, PndFieldMap::fNz, PndFieldMap::Interpolate(), IsInside(), x, y, and z.
Definition at line 190 of file PndFieldMap.cxx.
References Double_t, dx, dy, dz, PndFieldMap::fBy, PndFieldMap::fHa, PndFieldMap::fNy, PndFieldMap::fNz, PndFieldMap::Interpolate(), and PndFieldMap::IsInside().
Referenced by interpolate_fieldmap().
| 
 | inlineinherited | 
Definition at line 115 of file PndFieldMap.h.
References PndFieldMap::fBy.
Referenced by PndFieldMap::Print().
Definition at line 223 of file PndFieldMap.cxx.
References Double_t, dx, dy, dz, PndFieldMap::fBz, PndFieldMap::fHa, PndFieldMap::fNy, PndFieldMap::fNz, PndFieldMap::Interpolate(), and PndFieldMap::IsInside().
Referenced by interpolate_fieldmap().
| 
 | inlineinherited | 
Definition at line 116 of file PndFieldMap.h.
References PndFieldMap::fBz.
Referenced by PndFieldMap::Print().
| 
 | inlineinherited | 
Accessor to field map file
Definition at line 120 of file PndFieldMap.h.
References PndFieldMap::fFileName.
| 
 | inlineinherited | 
Definition at line 97 of file PndFieldMap.h.
References PndFieldMap::fNx.
Referenced by interpolate_fieldmap(), and transform_jost_fieldmap().
| 
 | inlineinherited | 
Definition at line 98 of file PndFieldMap.h.
References PndFieldMap::fNy.
Referenced by interpolate_fieldmap(), and transform_jost_fieldmap().
| 
 | inlineinherited | 
Definition at line 99 of file PndFieldMap.h.
References PndFieldMap::fNz.
Referenced by interpolate_fieldmap(), and transform_jost_fieldmap().
| 
 | inlineinherited | 
Accessor to field centre position in global system
Definition at line 104 of file PndFieldMap.h.
References PndFieldMap::fPosX.
Referenced by PndFieldPar::SetParameters(), and PndMapPar::SetParameters().
| 
 | inlineinherited | 
Definition at line 105 of file PndFieldMap.h.
References PndFieldMap::fPosY.
Referenced by PndFieldPar::SetParameters(), and PndMapPar::SetParameters().
| 
 | inlineinherited | 
Definition at line 106 of file PndFieldMap.h.
References PndFieldMap::fPosZ.
Referenced by PndFieldPar::SetParameters(), and PndMapPar::SetParameters().
| 
 | inline | 
Definition at line 65 of file PndSolenoidMap.h.
References fRegionNo.
Referenced by PndMultiFieldPar::SetParameters().
| 
 | inlineinherited | 
Accessor to global scaling factor
Definition at line 110 of file PndFieldMap.h.
References PndFieldMap::fScale.
Referenced by interpolate_fieldmap(), PndFieldMapData::PndFieldMapData(), PndFieldPar::SetParameters(), and PndMapPar::SetParameters().
| 
 | inlineinherited | 
Definition at line 101 of file PndFieldMap.h.
References PndFieldMap::funit.
Referenced by interpolate_fieldmap().
| 
 | inlineinherited | 
Definition at line 91 of file PndFieldMap.h.
References PndFieldMap::fXmax.
Referenced by interpolate_fieldmap().
| 
 | inlineinherited | 
Accessors to field parameters in local coordinate system
Definition at line 88 of file PndFieldMap.h.
References PndFieldMap::fXmin.
Referenced by interpolate_fieldmap().
| 
 | inlineinherited | 
| 
 | inlineinherited | 
Definition at line 92 of file PndFieldMap.h.
References PndFieldMap::fYmax.
Referenced by interpolate_fieldmap().
| 
 | inlineinherited | 
Definition at line 89 of file PndFieldMap.h.
References PndFieldMap::fYmin.
Referenced by interpolate_fieldmap().
| 
 | inlineinherited | 
| 
 | inlineinherited | 
Definition at line 93 of file PndFieldMap.h.
References PndFieldMap::fZmax.
Referenced by PndMultiField::Init(), and interpolate_fieldmap().
| 
 | inlineinherited | 
Definition at line 90 of file PndFieldMap.h.
References PndFieldMap::fZmin.
Referenced by PndMultiField::Init(), and interpolate_fieldmap().
| 
 | inlineinherited | 
| 
 | virtualinherited | 
Initialisation (read map from file)
Definition at line 144 of file PndFieldMap.cxx.
References PndFieldMap::fFileName, PndFieldMap::ReadAsciiFile(), and PndFieldMap::ReadRootFile().
Referenced by PndMultiField::Init(), interpolate_fieldmap(), and transform_jost_fieldmap().
Get field values by interpolation of the grid.
| dx,dy,dz | Relative distance from grid point [cell units] | 
Definition at line 621 of file PndFieldMap.cxx.
References PndFieldMap::fHa, PndFieldMap::fHb, and PndFieldMap::fHc.
Referenced by PndFieldMap::GetBx(), PndTransMap::GetBxyz(), GetBxyz(), PndDipoleMap::GetBxyz(), PndFieldMap::GetBy(), and PndFieldMap::GetBz().
| 
 | virtual | 
Determine whether a point is inside the field map
| x,y,z | Point coordinates (global) [cm] | 
| ix,iy,iz | (return) Grid cell | 
| dx,dy,dz | (return) Distance from grid point [cm] if inside kTRUE if inside map, else kFALSE | 
Reimplemented from PndFieldMap.
Definition at line 135 of file PndSolenoidMap.cxx.
References Double_t, fHemiX, fHemiY, PndFieldMap::fPosX, PndFieldMap::fPosY, PndFieldMap::fPosZ, PndFieldMap::fXmin, PndFieldMap::fXstep, PndFieldMap::fYmax, PndFieldMap::fYmin, PndFieldMap::fYstep, PndFieldMap::fZmax, PndFieldMap::fZmin, and PndFieldMap::fZstep.
Referenced by GetBxyz().
| 
 | virtualinherited | 
Screen output
Definition at line 378 of file PndFieldMap.cxx.
References Double_t, PndFieldMap::fNx, PndFieldMap::fNy, PndFieldMap::fNz, PndFieldMap::fPosX, PndFieldMap::fPosY, PndFieldMap::fPosZ, PndFieldMap::fScale, PndFieldMap::fXmax, PndFieldMap::fXmin, PndFieldMap::fXstep, PndFieldMap::fYmax, PndFieldMap::fYmin, PndFieldMap::fYstep, PndFieldMap::fZmax, PndFieldMap::fZmin, PndFieldMap::fZstep, PndFieldMap::GetBx(), PndFieldMap::GetBy(), PndFieldMap::GetBz(), and TString.
| 
 | protectedinherited | 
Read the field map from an ASCII file
Definition at line 431 of file PndFieldMap.cxx.
References Double_t, PndFieldMap::fBx, PndFieldMap::fBy, PndFieldMap::fBz, PndFieldMap::fNx, PndFieldMap::fNy, PndFieldMap::fNz, PndFieldMap::fScale, PndFieldMap::funit, PndFieldMap::fXmax, PndFieldMap::fXmin, PndFieldMap::fXstep, PndFieldMap::fYmax, PndFieldMap::fYmin, PndFieldMap::fYstep, PndFieldMap::fZmax, PndFieldMap::fZmin, PndFieldMap::fZstep, CAMath::Nint(), and TString.
Referenced by PndFieldMap::Init().
| 
 | protectedinherited | 
Read field map from a ROOT file
Definition at line 536 of file PndFieldMap.cxx.
References exit(), file, and PndFieldMap::SetField().
Referenced by PndFieldMap::Init().
| 
 | protectedinherited | 
Reset the field parameters and data
Definition at line 414 of file PndFieldMap.cxx.
References PndFieldMap::fBx, PndFieldMap::fBy, PndFieldMap::fBz, PndFieldMap::fNx, PndFieldMap::fNy, PndFieldMap::fNz, PndFieldMap::fPosX, PndFieldMap::fPosY, PndFieldMap::fPosZ, PndFieldMap::fScale, PndFieldMap::funit, PndFieldMap::fXmax, PndFieldMap::fXmin, PndFieldMap::fXstep, PndFieldMap::fYmax, PndFieldMap::fYmin, PndFieldMap::fYstep, PndFieldMap::fZmax, PndFieldMap::fZmin, and PndFieldMap::fZstep.
| 
 | protectedinherited | 
Set field parameters and data
Definition at line 573 of file PndFieldMap.cxx.
References Double_t, PndFieldMap::fBx, PndFieldMap::fBy, PndFieldMap::fBz, PndFieldMap::fNx, PndFieldMap::fNy, PndFieldMap::fNz, PndFieldMap::fScale, PndFieldMap::funit, PndFieldMap::fXmax, PndFieldMap::fXmin, PndFieldMap::fXstep, PndFieldMap::fYmax, PndFieldMap::fYmin, PndFieldMap::fYstep, PndFieldMap::fZmax, PndFieldMap::fZmin, PndFieldMap::fZstep, PndFieldMapData::GetBx(), PndFieldMapData::GetBy(), PndFieldMapData::GetBz(), PndFieldMapData::GetNx(), PndFieldMapData::GetNy(), PndFieldMapData::GetNz(), PndFieldMapData::GetType(), PndFieldMapData::GetXmax(), PndFieldMapData::GetXmin(), PndFieldMapData::GetYmax(), PndFieldMapData::GetYmin(), PndFieldMapData::GetZmax(), and PndFieldMapData::GetZmin().
Referenced by PndFieldMap::ReadRootFile().
Set the position of the field centre
Definition at line 368 of file PndFieldMap.cxx.
References PndFieldMap::fPosX, PndFieldMap::fPosY, PndFieldMap::fPosZ, x, y, and z.
| 
 | inlineinherited | 
Set a global field scaling factor
Definition at line 84 of file PndFieldMap.h.
References PndFieldMap::fScale.
| 
 | inherited | 
Write the field map to an ASCII file
Definition at line 292 of file PndFieldMap.cxx.
References Double_t, PndFieldMap::fBx, PndFieldMap::fBy, PndFieldMap::fBz, PndFieldMap::fNx, PndFieldMap::fNy, PndFieldMap::fNz, PndFieldMap::fScale, PndFieldMap::funit, PndFieldMap::fXmax, PndFieldMap::fXmin, PndFieldMap::fYmax, PndFieldMap::fYmin, PndFieldMap::fZmax, PndFieldMap::fZmin, and CAMath::Nint().
| 
 | inherited | 
Write field map data to a ROOT file
Definition at line 352 of file PndFieldMap.cxx.
References file.
Referenced by interpolate_fieldmap(), and transform_jost_fieldmap().
| 
 | protectedinherited | 
Arrays with the field values
Definition at line 182 of file PndFieldMap.h.
Referenced by PndFieldMap::GetBx(), PndTransMap::GetBxyz(), GetBxyz(), PndDipoleMap::GetBxyz(), PndDipoleMap::PndDipoleMap(), PndTransMap::PndTransMap(), PndFieldMap::ReadAsciiFile(), PndFieldMap::Reset(), PndFieldMap::SetField(), PndFieldMap::WriteAsciiFile(), and PndFieldMap::~PndFieldMap().
| 
 | protectedinherited | 
Definition at line 183 of file PndFieldMap.h.
Referenced by PndTransMap::GetBxyz(), PndDipoleMap::GetBxyz(), GetBxyz(), PndFieldMap::GetBy(), PndDipoleMap::PndDipoleMap(), PndTransMap::PndTransMap(), PndFieldMap::ReadAsciiFile(), PndFieldMap::Reset(), PndFieldMap::SetField(), PndFieldMap::WriteAsciiFile(), and PndFieldMap::~PndFieldMap().
| 
 | protectedinherited | 
Definition at line 184 of file PndFieldMap.h.
Referenced by PndTransMap::GetBxyz(), PndDipoleMap::GetBxyz(), GetBxyz(), PndFieldMap::GetBz(), PndDipoleMap::PndDipoleMap(), PndTransMap::PndTransMap(), PndFieldMap::ReadAsciiFile(), PndFieldMap::Reset(), PndFieldMap::SetField(), PndFieldMap::WriteAsciiFile(), and PndFieldMap::~PndFieldMap().
| 
 | protectedinherited | 
Map file name
Definition at line 157 of file PndFieldMap.h.
Referenced by PndFieldMap::GetFileName(), PndFieldMap::Init(), PndDipoleMap::PndDipoleMap(), PndFieldMap::PndFieldMap(), PndSolenoidMap(), and PndTransMap::PndTransMap().
| 
 | protectedinherited | 
Variables for temporary storage Used in the very frequently called method GetFieldValue
Definition at line 189 of file PndFieldMap.h.
Referenced by PndFieldMap::GetBx(), PndTransMap::GetBxyz(), GetBxyz(), PndDipoleMap::GetBxyz(), PndFieldMap::GetBy(), PndFieldMap::GetBz(), PndFieldMap::Interpolate(), and PndFieldMap::PndFieldMap().
| 
 | protectedinherited | 
Field at corners of a grid cell.
Definition at line 190 of file PndFieldMap.h.
Referenced by PndFieldMap::Interpolate(), and PndFieldMap::PndFieldMap().
| 
 | protectedinherited | 
Interpolated field (2-dim)
Definition at line 191 of file PndFieldMap.h.
Referenced by PndFieldMap::Interpolate(), and PndFieldMap::PndFieldMap().
| 
 | protected | 
Definition at line 71 of file PndSolenoidMap.h.
Referenced by GetBxyz(), and IsInside().
| 
 | protected | 
Definition at line 71 of file PndSolenoidMap.h.
Referenced by GetBxyz(), and IsInside().
| 
 | static | 
Definition at line 62 of file PndSolenoidMap.h.
Referenced by PndSolenoidMap(), and PndMultiFieldPar::SetParameters().
| 
 | protectedinherited | 
Number of grid points
Definition at line 178 of file PndFieldMap.h.
Referenced by PndFieldMap::GetNx(), PndDipoleMap::PndDipoleMap(), PndTransMap::PndTransMap(), PndFieldMap::Print(), PndFieldMap::ReadAsciiFile(), PndFieldMap::Reset(), PndFieldMap::SetField(), and PndFieldMap::WriteAsciiFile().
| 
 | protectedinherited | 
Definition at line 178 of file PndFieldMap.h.
Referenced by PndFieldMap::GetBx(), PndTransMap::GetBxyz(), GetBxyz(), PndDipoleMap::GetBxyz(), PndFieldMap::GetBy(), PndFieldMap::GetBz(), PndFieldMap::GetNy(), PndDipoleMap::PndDipoleMap(), PndTransMap::PndTransMap(), PndFieldMap::Print(), PndFieldMap::ReadAsciiFile(), PndFieldMap::Reset(), PndFieldMap::SetField(), and PndFieldMap::WriteAsciiFile().
| 
 | protectedinherited | 
Definition at line 178 of file PndFieldMap.h.
Referenced by PndFieldMap::GetBx(), PndTransMap::GetBxyz(), GetBxyz(), PndDipoleMap::GetBxyz(), PndFieldMap::GetBy(), PndFieldMap::GetBz(), PndFieldMap::GetNz(), PndDipoleMap::PndDipoleMap(), PndTransMap::PndTransMap(), PndFieldMap::Print(), PndFieldMap::ReadAsciiFile(), PndFieldMap::Reset(), PndFieldMap::SetField(), and PndFieldMap::WriteAsciiFile().
| 
 | protectedinherited | 
Field centre position in global coordinates
Definition at line 168 of file PndFieldMap.h.
Referenced by PndFieldMap::GetPositionX(), PndDipoleMap::IsInside(), IsInside(), PndTransMap::IsInside(), PndFieldMap::IsInside(), PndDipoleMap::PndDipoleMap(), PndFieldMap::PndFieldMap(), PndSolenoidMap(), PndTransMap::PndTransMap(), PndFieldMap::Print(), PndFieldMap::Reset(), and PndFieldMap::SetPosition().
| 
 | protectedinherited | 
Definition at line 168 of file PndFieldMap.h.
Referenced by PndFieldMap::GetPositionY(), PndDipoleMap::IsInside(), IsInside(), PndTransMap::IsInside(), PndFieldMap::IsInside(), PndDipoleMap::PndDipoleMap(), PndFieldMap::PndFieldMap(), PndSolenoidMap(), PndTransMap::PndTransMap(), PndFieldMap::Print(), PndFieldMap::Reset(), and PndFieldMap::SetPosition().
| 
 | protectedinherited | 
Definition at line 168 of file PndFieldMap.h.
Referenced by PndFieldMap::GetPositionZ(), PndDipoleMap::IsInside(), IsInside(), PndTransMap::IsInside(), PndFieldMap::IsInside(), PndDipoleMap::PndDipoleMap(), PndFieldMap::PndFieldMap(), PndSolenoidMap(), PndTransMap::PndTransMap(), PndFieldMap::Print(), PndFieldMap::Reset(), and PndFieldMap::SetPosition().
| Int_t PndSolenoidMap::fRegionNo | 
Definition at line 63 of file PndSolenoidMap.h.
Referenced by GetRegionNo(), and PndSolenoidMap().
| 
 | protectedinherited | 
Global scaling factor (w.r.t. map on file)
Definition at line 161 of file PndFieldMap.h.
Referenced by PndFieldMap::GetScale(), PndDipoleMap::PndDipoleMap(), PndFieldMap::PndFieldMap(), PndSolenoidMap(), PndTransMap::PndTransMap(), PndFieldMap::Print(), PndFieldMap::ReadAsciiFile(), PndFieldMap::Reset(), PndFieldMap::SetField(), PndFieldMap::SetScale(), and PndFieldMap::WriteAsciiFile().
| 
 | protectedinherited | 
Units used in map file
Definition at line 164 of file PndFieldMap.h.
Referenced by PndFieldMap::GetUnit(), PndDipoleMap::PndDipoleMap(), PndTransMap::PndTransMap(), PndFieldMap::ReadAsciiFile(), PndFieldMap::Reset(), PndFieldMap::SetField(), and PndFieldMap::WriteAsciiFile().
| 
 | protectedinherited | 
Definition at line 172 of file PndFieldMap.h.
Referenced by PndFieldMap::GetXmax(), PndDipoleMap::PndDipoleMap(), PndTransMap::PndTransMap(), PndFieldMap::Print(), PndFieldMap::ReadAsciiFile(), PndFieldMap::Reset(), PndFieldMap::SetField(), and PndFieldMap::WriteAsciiFile().
| 
 | protectedinherited | 
Field limits in local coordinate system
Definition at line 172 of file PndFieldMap.h.
Referenced by PndFieldMap::GetXmin(), PndDipoleMap::IsInside(), IsInside(), PndTransMap::IsInside(), PndFieldMap::IsInside(), PndDipoleMap::PndDipoleMap(), PndTransMap::PndTransMap(), PndFieldMap::Print(), PndFieldMap::ReadAsciiFile(), PndFieldMap::Reset(), PndFieldMap::SetField(), and PndFieldMap::WriteAsciiFile().
| 
 | protectedinherited | 
Definition at line 172 of file PndFieldMap.h.
Referenced by PndFieldMap::GetXstep(), PndDipoleMap::IsInside(), IsInside(), PndTransMap::IsInside(), PndFieldMap::IsInside(), PndDipoleMap::PndDipoleMap(), PndTransMap::PndTransMap(), PndFieldMap::Print(), PndFieldMap::ReadAsciiFile(), PndFieldMap::Reset(), and PndFieldMap::SetField().
| 
 | protectedinherited | 
Definition at line 173 of file PndFieldMap.h.
Referenced by PndFieldMap::GetYmax(), PndDipoleMap::IsInside(), IsInside(), PndTransMap::IsInside(), PndFieldMap::IsInside(), PndDipoleMap::PndDipoleMap(), PndTransMap::PndTransMap(), PndFieldMap::Print(), PndFieldMap::ReadAsciiFile(), PndFieldMap::Reset(), PndFieldMap::SetField(), and PndFieldMap::WriteAsciiFile().
| 
 | protectedinherited | 
Definition at line 173 of file PndFieldMap.h.
Referenced by PndFieldMap::GetYmin(), PndDipoleMap::IsInside(), IsInside(), PndTransMap::IsInside(), PndFieldMap::IsInside(), PndDipoleMap::PndDipoleMap(), PndTransMap::PndTransMap(), PndFieldMap::Print(), PndFieldMap::ReadAsciiFile(), PndFieldMap::Reset(), PndFieldMap::SetField(), and PndFieldMap::WriteAsciiFile().
| 
 | protectedinherited | 
Definition at line 173 of file PndFieldMap.h.
Referenced by PndFieldMap::GetYstep(), PndDipoleMap::IsInside(), IsInside(), PndTransMap::IsInside(), PndFieldMap::IsInside(), PndDipoleMap::PndDipoleMap(), PndTransMap::PndTransMap(), PndFieldMap::Print(), PndFieldMap::ReadAsciiFile(), PndFieldMap::Reset(), and PndFieldMap::SetField().
| 
 | protectedinherited | 
Definition at line 174 of file PndFieldMap.h.
Referenced by PndFieldMap::GetZmax(), PndDipoleMap::IsInside(), IsInside(), PndTransMap::IsInside(), PndFieldMap::IsInside(), PndDipoleMap::PndDipoleMap(), PndTransMap::PndTransMap(), PndFieldMap::Print(), PndFieldMap::ReadAsciiFile(), PndFieldMap::Reset(), PndFieldMap::SetField(), and PndFieldMap::WriteAsciiFile().
| 
 | protectedinherited | 
Definition at line 174 of file PndFieldMap.h.
Referenced by PndFieldMap::GetZmin(), PndDipoleMap::IsInside(), IsInside(), PndTransMap::IsInside(), PndFieldMap::IsInside(), PndDipoleMap::PndDipoleMap(), PndTransMap::PndTransMap(), PndFieldMap::Print(), PndFieldMap::ReadAsciiFile(), PndFieldMap::Reset(), PndFieldMap::SetField(), and PndFieldMap::WriteAsciiFile().
| 
 | protectedinherited | 
Definition at line 174 of file PndFieldMap.h.
Referenced by PndFieldMap::GetZstep(), PndDipoleMap::IsInside(), IsInside(), PndTransMap::IsInside(), PndFieldMap::IsInside(), PndDipoleMap::PndDipoleMap(), PndTransMap::PndTransMap(), PndFieldMap::Print(), PndFieldMap::ReadAsciiFile(), PndFieldMap::Reset(), and PndFieldMap::SetField().
 1.8.5
 1.8.5