Public Member Functions | |
BDSXYMagField2 (const char *filename) | |
void | GetFieldValue (const double Point[4], double *Bfield) const |
Private Attributes | |
std::vector< std::vector< double > > | xField |
std::vector< std::vector< double > > | yField |
std::vector< std::vector< double > > | zField |
int | nx |
int | ny |
double | minx |
double | maxx |
double | miny |
double | maxy |
double | dx |
double | dy |
bool | invertX |
bool | invertY |
Definition at line 10 of file BDSXYMagField2.hh.