#include <AtConstField.h>
|
| AtConstField () |
|
| AtConstField (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) |
|
| AtConstField (AtFieldPar *fieldPar) |
|
virtual | ~AtConstField () |
|
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 () |
|
Definition at line 34 of file AtConstField.h.
◆ AtConstField() [1/3]
AtConstField::AtConstField |
( |
| ) |
|
◆ AtConstField() [2/3]
AtConstField::AtConstField |
( |
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 39 of file AtConstField.cxx.
◆ AtConstField() [3/3]
AtConstField::AtConstField |
( |
AtFieldPar * |
fieldPar | ) |
|
◆ ~AtConstField()
AtConstField::~AtConstField |
( |
| ) |
|
|
virtualdefault |
◆ GetBx() [1/2]
Double_t AtConstField::GetBx |
( |
| ) |
const |
|
inline |
◆ GetBx() [2/2]
Double_t AtConstField::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 97 of file AtConstField.cxx.
◆ GetBy() [1/2]
Double_t AtConstField::GetBy |
( |
| ) |
const |
|
inline |
◆ GetBy() [2/2]
Double_t AtConstField::GetBy |
( |
Double_t |
x, |
|
|
Double_t |
y, |
|
|
Double_t |
z |
|
) |
| |
|
virtual |
◆ GetBz() [1/2]
Double_t AtConstField::GetBz |
( |
| ) |
const |
|
inline |
◆ GetBz() [2/2]
Double_t AtConstField::GetBz |
( |
Double_t |
x, |
|
|
Double_t |
y, |
|
|
Double_t |
z |
|
) |
| |
|
virtual |
◆ GetXmax()
Double_t AtConstField::GetXmax |
( |
| ) |
const |
|
inline |
◆ GetXmin()
Double_t AtConstField::GetXmin |
( |
| ) |
const |
|
inline |
◆ GetYmax()
Double_t AtConstField::GetYmax |
( |
| ) |
const |
|
inline |
◆ GetYmin()
Double_t AtConstField::GetYmin |
( |
| ) |
const |
|
inline |
◆ GetZmax()
Double_t AtConstField::GetZmax |
( |
| ) |
const |
|
inline |
◆ GetZmin()
Double_t AtConstField::GetZmin |
( |
| ) |
const |
|
inline |
◆ Print()
void AtConstField::Print |
( |
| ) |
|
|
virtual |
◆ SetField()
void AtConstField::SetField |
( |
Double_t |
bX, |
|
|
Double_t |
bY, |
|
|
Double_t |
bZ |
|
) |
| |
Set the field values
- Parameters
-
bX,bY,bZ | Field values [kG] |
Definition at line 88 of file AtConstField.cxx.
◆ SetFieldRegion()
void AtConstField::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 75 of file AtConstField.cxx.
The documentation for this class was generated from the following files: