Public Member Functions | |
BVector () | |
float | bx () |
float | by () |
float | bz () |
void | putB3 (float Bx, float By, float Bz) |
~BVector () | |
Private Attributes | |
float | B3 [3] |
Definition at line 61 of file MagneticFieldGrid.h.
MagneticFieldGrid::BVector::BVector | ( | ) | [inline] |
MagneticFieldGrid::BVector::~BVector | ( | ) | [inline] |
float MagneticFieldGrid::BVector::bx | ( | ) |
Definition at line 286 of file MagneticFieldGrid.cc.
References B3.
Referenced by MagneticFieldGrid::putIndicesGetB().
00286 { return B3[0]; }
float MagneticFieldGrid::BVector::by | ( | ) |
Definition at line 288 of file MagneticFieldGrid.cc.
References B3.
Referenced by MagneticFieldGrid::putIndicesGetB().
00288 { return B3[1]; }
float MagneticFieldGrid::BVector::bz | ( | ) |
Definition at line 290 of file MagneticFieldGrid.cc.
References B3.
Referenced by MagneticFieldGrid::putIndicesGetB().
00290 { return B3[2]; }
void MagneticFieldGrid::BVector::putB3 | ( | float | Bx, | |
float | By, | |||
float | Bz | |||
) |
float MagneticFieldGrid::BVector::B3[3] [private] |