Class Reference for E1039 Core & Analysis Software
|
#include </dev/shm/kenichi/update-github-e1039-doc/e1039-core/packages/db2g4/TabulatedField3D.hh>
Public Member Functions | |
TabulatedField3D (double, int, int, int, bool, Settings *) | |
void | GetFieldValue (const double Point[3], double *Bfield) const |
Public Attributes | |
Settings * | mySettings |
Definition at line 53 of file TabulatedField3D.hh.
TabulatedField3D::TabulatedField3D | ( | double | zOffset, |
int | nX, | ||
int | nY, | ||
int | nZ, | ||
bool | fMagnet, | ||
Settings * | settings | ||
) |
Definition at line 41 of file TabulatedField3D.cc.
References Settings::asciiFieldMap, Settings::fMagName, Settings::kMagName, Settings::login, Settings::magnetSchema, mySettings, NULL, Settings::password, Settings::sqlPort, and Settings::sqlServer.
void TabulatedField3D::GetFieldValue | ( | const double | Point[3], |
double * | Bfield | ||
) | const |
Definition at line 258 of file TabulatedField3D.cc.
References Settings::fMagMultiplier, Settings::kMagMultiplier, and mySettings.
Settings* TabulatedField3D::mySettings |
Definition at line 77 of file TabulatedField3D.hh.
Referenced by GetFieldValue(), and TabulatedField3D().