#include <FairConstField.h>
|
| FairConstField () |
|
| FairConstField (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) |
|
| FairConstField (FairConstPar *fieldPar) |
|
virtual | ~FairConstField () |
|
void | FillParContainer () |
|
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 |
|
| ClassDef (FairConstField, 1) |
|
| FairField () |
|
| FairField (const char *name, const char *title="FAIR Magnetic Field") |
|
FairField & | operator= (const FairField &) |
|
virtual | ~FairField () |
|
virtual void | Init () |
|
Bool_t | IsConst () |
|
Bool_t | IsMap () |
|
Int_t | GetType () const |
|
virtual void | GetFieldValue (const Double_t point[3], Double_t *bField) |
|
void | Field (const Double_t point[3], Double_t *B) |
|
virtual void | GetBxyz (const Double_t[3], Double_t *) |
|
Definition at line 24 of file FairConstField.h.
FairConstField::FairConstField |
( |
| ) |
|
FairConstField::FairConstField |
( |
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 FairConstField.cxx.
FairConstField::~FairConstField |
( |
| ) |
|
|
virtual |
void FairConstField::FillParContainer |
( |
| ) |
|
|
virtual |
Double_t FairConstField::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] |
Reimplemented from FairField.
Definition at line 117 of file FairConstField.cxx.
Double_t FairConstField::GetBx |
( |
| ) |
const |
|
inline |
Double_t FairConstField::GetBy |
( |
Double_t |
, |
|
|
Double_t |
, |
|
|
Double_t |
|
|
) |
| |
|
virtual |
Double_t FairConstField::GetBy |
( |
| ) |
const |
|
inline |
Double_t FairConstField::GetBz |
( |
Double_t |
, |
|
|
Double_t |
, |
|
|
Double_t |
|
|
) |
| |
|
virtual |
Double_t FairConstField::GetBz |
( |
| ) |
const |
|
inline |
Double_t FairConstField::GetXmax |
( |
| ) |
const |
|
inline |
Double_t FairConstField::GetXmin |
( |
| ) |
const |
|
inline |
Double_t FairConstField::GetYmax |
( |
| ) |
const |
|
inline |
Double_t FairConstField::GetYmin |
( |
| ) |
const |
|
inline |
Double_t FairConstField::GetZmax |
( |
| ) |
const |
|
inline |
Double_t FairConstField::GetZmin |
( |
| ) |
const |
|
inline |
void FairConstField::Print |
( |
Option_t * |
| ) |
const |
|
virtual |
void FairConstField::SetField |
( |
Double_t |
bX, |
|
|
Double_t |
bY, |
|
|
Double_t |
bZ |
|
) |
| |
Set the field values
- Parameters
-
bX,bY,bZ | Field values [kG] |
Definition at line 110 of file FairConstField.cxx.
void FairConstField::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 95 of file FairConstField.cxx.
The documentation for this class was generated from the following files: