#include <PndConstField.h>
|
| PndConstField () |
|
| PndConstField (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) |
|
| PndConstField (PndConstPar *fieldPar) |
|
virtual | ~PndConstField () |
|
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) |
|
virtual void | GetBxyz (const Double_t point[3], Double_t *bField) |
|
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 () |
|
| ClassDef (PndConstField, 1) |
|
Definition at line 15 of file PndConstField.h.
◆ PndConstField() [1/3]
PndConstField::PndConstField |
( |
| ) |
|
◆ PndConstField() [2/3]
PndConstField::PndConstField |
( |
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] |
◆ PndConstField() [3/3]
◆ ~PndConstField()
virtual PndConstField::~PndConstField |
( |
| ) |
|
|
virtual |
◆ ClassDef()
◆ FillParContainer()
void PndConstField::FillParContainer |
( |
| ) |
|
◆ GetBx() [1/2]
virtual Double_t PndConstField::GetBx |
( |
Double_t |
x, |
|
|
Double_t |
y, |
|
|
Double_t |
z |
|
) |
| |
|
virtual |
Get X component of field at a given point
- Parameters
-
x,y,z | Point coordinates [cm] |
◆ GetBx() [2/2]
Double_t PndConstField::GetBx |
( |
| ) |
const |
|
inline |
◆ GetBxyz()
virtual void PndConstField::GetBxyz |
( |
const Double_t |
point[3], |
|
|
Double_t * |
bField |
|
) |
| |
|
virtual |
Get all components of field at a given point
- Parameters
-
x,y,z | Point coordinates [cm] |
◆ GetBy() [1/2]
virtual Double_t PndConstField::GetBy |
( |
Double_t |
x, |
|
|
Double_t |
y, |
|
|
Double_t |
z |
|
) |
| |
|
virtual |
Get Y component of field at a given point
- Parameters
-
x,y,z | Point coordinates [cm] |
◆ GetBy() [2/2]
Double_t PndConstField::GetBy |
( |
| ) |
const |
|
inline |
◆ GetBz() [1/2]
virtual Double_t PndConstField::GetBz |
( |
Double_t |
x, |
|
|
Double_t |
y, |
|
|
Double_t |
z |
|
) |
| |
|
virtual |
Get Z component of field at a given point
- Parameters
-
x,y,z | Point coordinates [cm] |
◆ GetBz() [2/2]
Double_t PndConstField::GetBz |
( |
| ) |
const |
|
inline |
◆ GetXmax()
Double_t PndConstField::GetXmax |
( |
| ) |
const |
|
inline |
◆ GetXmin()
Double_t PndConstField::GetXmin |
( |
| ) |
const |
|
inline |
◆ GetYmax()
Double_t PndConstField::GetYmax |
( |
| ) |
const |
|
inline |
◆ GetYmin()
Double_t PndConstField::GetYmin |
( |
| ) |
const |
|
inline |
◆ GetZmax()
Double_t PndConstField::GetZmax |
( |
| ) |
const |
|
inline |
◆ GetZmin()
Double_t PndConstField::GetZmin |
( |
| ) |
const |
|
inline |
◆ Print()
virtual void PndConstField::Print |
( |
| ) |
|
|
virtual |
Screen output
Referenced by GetBz().
◆ SetField()
void PndConstField::SetField |
( |
Double_t |
bX, |
|
|
Double_t |
bY, |
|
|
Double_t |
bZ |
|
) |
| |
Set the field values
- Parameters
-
bX,bY,bZ | Field values [kG] |
◆ SetFieldRegion()
void PndConstField::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) |
The documentation for this class was generated from the following file: