|
| ERFieldConst () |
|
| ERFieldConst (const char *name, Double_t xMin, Double_t xMax, Double_t yMin, Double_t yMax, Double_t zMin, Double_t zMax, Double_t bX, Double_t bY, Double_t bZ) |
|
| ERFieldConst (ERFieldPar *fieldPar) |
|
virtual | ~ERFieldConst () |
|
void | SetFieldRegion (Double_t xMin, Double_t xMax, Double_t yMin, Double_t yMax, Double_t zMin, Double_t zMax) |
|
void | SetField (Double_t bX, Double_t bY, Double_t bZ) |
|
virtual Double_t | GetBx (Double_t x, Double_t y, Double_t z) |
|
virtual Double_t | GetBy (Double_t x, Double_t y, Double_t z) |
|
virtual Double_t | GetBz (Double_t x, Double_t y, Double_t z) |
|
Double_t | GetXmin () const |
|
Double_t | GetXmax () const |
|
Double_t | GetYmin () const |
|
Double_t | GetYmax () const |
|
Double_t | GetZmin () const |
|
Double_t | GetZmax () const |
|
Double_t | GetBx () const |
|
Double_t | GetBy () const |
|
Double_t | GetBz () const |
|
virtual void | Print (Option_t *="") const |
|
|
Double_t | fXmin |
|
Double_t | fXmax |
|
Double_t | fYmin |
|
Double_t | fYmax |
|
Double_t | fZmin |
|
Double_t | fZmax |
|
Double_t | fBx |
|
Double_t | fBy |
|
Double_t | fBz |
|
Definition at line 14 of file ERFieldConst.h.
ERFieldConst::ERFieldConst |
( |
| ) |
|
ERFieldConst::ERFieldConst |
( |
const char * |
name, |
|
|
Double_t |
xMin, |
|
|
Double_t |
xMax, |
|
|
Double_t |
yMin, |
|
|
Double_t |
yMax, |
|
|
Double_t |
zMin, |
|
|
Double_t |
zMax, |
|
|
Double_t |
bX, |
|
|
Double_t |
bY, |
|
|
Double_t |
bZ |
|
) |
| |
Standard constructor
- Parameters
-
name | Object name |
xMin,xMax | x region of field (global coordinates) |
yMin,yMax | y region of field (global coordinates) |
zMin,zMax | z region of field (global coordinates) |
bX,bY,bZ | Field values [kG] |
Definition at line 36 of file ERFieldConst.cxx.
ERFieldConst::ERFieldConst |
( |
ERFieldPar * |
fieldPar | ) |
|
ERFieldConst::~ERFieldConst |
( |
| ) |
|
|
virtual |
Double_t ERFieldConst::GetBx |
( |
Double_t |
x, |
|
|
Double_t |
y, |
|
|
Double_t |
z |
|
) |
| |
|
virtual |
Get components of field at a given point
- Parameters
-
x,y,z | Point coordinates [cm] |
Definition at line 115 of file ERFieldConst.cxx.
Double_t ERFieldConst::GetBx |
( |
| ) |
const |
|
inline |
Double_t ERFieldConst::GetXmin |
( |
| ) |
const |
|
inline |
void ERFieldConst::Print |
( |
Option_t * |
= "" | ) |
const |
|
virtual |
void ERFieldConst::SetField |
( |
Double_t |
bX, |
|
|
Double_t |
bY, |
|
|
Double_t |
bZ |
|
) |
| |
Set the field values
- Parameters
-
bX,bY,bZ | Field values [kG] |
Definition at line 107 of file ERFieldConst.cxx.
void ERFieldConst::SetFieldRegion |
( |
Double_t |
xMin, |
|
|
Double_t |
xMax, |
|
|
Double_t |
yMin, |
|
|
Double_t |
yMax, |
|
|
Double_t |
zMin, |
|
|
Double_t |
zMax |
|
) |
| |
Set the field region
- Parameters
-
xMin,xMax | x region of field (global coordinates) |
yMin,yMax | y region of field (global coordinates) |
zMin,zMax | z region of field (global coordinates) |
Definition at line 94 of file ERFieldConst.cxx.
Double_t ERFieldConst::fBx |
|
private |
Field components inside the field region
Definition at line 86 of file ERFieldConst.h.
Double_t ERFieldConst::fXmin |
|
private |
The documentation for this class was generated from the following files: