CbmRoot
Loading...
Searching...
No Matches
CbmFieldMapDistorted Class Reference

#include <CbmFieldMapDistorted.h>

Inheritance diagram for CbmFieldMapDistorted:
[legend]
Collaboration diagram for CbmFieldMapDistorted:
[legend]

Public Member Functions

 CbmFieldMapDistorted ()
 
 CbmFieldMapDistorted (const char *mapName, const char *pfDistortionFilename, const char *parentName, const char *fileTypeParent="R", Int_t pfTypeOfParent=3)
 
 CbmFieldMapDistorted (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, const char *mapName, const char *pfDistortionFilename, const char *parentName="")
 
 CbmFieldMapDistorted (CbmFieldPar *fieldPar)
 
virtual ~CbmFieldMapDistorted ()
 
virtual void Init () override
 
void ReadDistortionInformation (const char *filename=0)
 
void WriteDistortionInformation (const char *filename=0)
 
virtual Double_t GetBx (Double_t x, Double_t y, Double_t z) override
 
virtual Double_t GetBy (Double_t x, Double_t y, Double_t z) override
 
virtual Double_t GetBz (Double_t x, Double_t y, Double_t z) override
 
virtual void GetFieldValue (const Double_t point[3], Double_t *bField) override
 Get the field value at a point.
 
void SetType (Int_t pfType=0)
 
const char * GetDistortionFilename ()
 
Bool_t SetDistortionFilename (const char *filename)
 
TFormula * GetDistortionFormula (const char *component_option="y", const char *action_option="m")
 
Bool_t SetDistortionFormula (TFormula *parDistortionFormula, const char *component_option="y", const char *action_option="m")
 
Bool_t SetDistortionFormula (const char *parDistortionFormulaText, const char *component_option="y", const char *action_option="m")
 
void SetFromParent (FairField *field)
 
FairField * GetParent ()
 
virtual void Print (Option_t *="") const override
 
virtual void SetPosition (Double_t x, Double_t y, Double_t z) override
 
virtual void SetScale (Double_t factor) override
 
void PlotBy (Int_t n=250, Double_t zmin=-50, Double_t zmax=450)
 
virtual void Init (Int_t nX, Double_t xMin, Double_t xMax, Int_t nY, Double_t yMin, Double_t yMax, Int_t nZ, Double_t zMin, Double_t zMax, TArrayF *bx, TArrayF *by, TArrayF *bz)
 
TArrayF * GetBx () const
 
TArrayF * GetBy () const
 
TArrayF * GetBz () const
 
void WriteAsciiFile (const char *fileName)
 
void WriteRootFile (const char *fileName, const char *mapName)
 
Double_t GetXmin () const
 
Double_t GetYmin () const
 
Double_t GetZmin () const
 
Double_t GetXmax () const
 
Double_t GetYmax () const
 
Double_t GetZmax () const
 
Double_t GetXstep () const
 
Double_t GetYstep () const
 
Double_t GetZstep () const
 
Int_t GetNx () const
 
Int_t GetNy () const
 
Int_t GetNz () const
 
Double_t GetPositionX () const
 
Double_t GetPositionY () const
 
Double_t GetPositionZ () const
 
Double_t GetScale () const
 
const char * GetFileName ()
 

Protected Member Functions

LocalCoordinates Global2Local (Double_t x, Double_t y, Double_t z) const
 Transform global coordinates into local coordinates.
 
GridCoordinates Local2Grid (const LocalCoordinates &local) const
 Transform local coordinates into grid cell coordinates.
 
Double_t Interpolate (const TArrayF *B, const GridCoordinates &point) const
 Get field values by interpolation of the grid.
 
void Reset ()
 
void ReadAsciiFile (const char *fileName)
 
void ReadAsciiFile2018 (const char *fileName)
 
void ReadRootFile (const char *fileName, const char *mapName)
 
void SetField (const CbmFieldMapData *data)
 

Protected Attributes

FairField * fParentField
 
Int_t fTypeOfParent
 
TString fDistortionFilename
 
TFormula * fBxDistortionFormulaMult
 
TFormula * fBxDistortionFormulaAdd
 
TFormula * fByDistortionFormulaMult
 getter/setter options: ("x","m"), ("x","a")
 
TFormula * fByDistortionFormulaAdd
 
TFormula * fBzDistortionFormulaMult
 getter/setter options: ("y","m"), ("y","a")
 
TFormula * fBzDistortionFormulaAdd
 
TString fFileName
 
Double_t fScale
 
Double_t fPosX
 
Double_t fPosY
 
Double_t fPosZ
 
Double_t fXmin
 
Double_t fXmax
 
Double_t fXstep
 
Double_t fYmin
 
Double_t fYmax
 
Double_t fYstep
 
Double_t fZmin
 
Double_t fZmax
 
Double_t fZstep
 
Int_t fNx
 
Int_t fNy
 
Int_t fNz
 
TArrayF * fBx
 
TArrayF * fBy
 
TArrayF * fBz
 
Double_t fBxOrigin
 
Double_t fByOrigin
 x-component of the field at the origin
 
Double_t fBzOrigin
 y-component of the field at the origin
 

Private Member Functions

 CbmFieldMapDistorted (const CbmFieldMapDistorted &)
 getter/setter options: ("z","m"), ("z","a")
 
CbmFieldMapDistortedoperator= (const CbmFieldMapDistorted &)
 
GridCoordinates Global2Grid (Double_t x, Double_t y, Double_t z) const
 Get grid cell coordinates for a point in global coordinates.
 

Detailed Description

Definition at line 24 of file CbmFieldMapDistorted.h.

Constructor & Destructor Documentation

◆ CbmFieldMapDistorted() [1/5]

◆ CbmFieldMapDistorted() [2/5]

CbmFieldMapDistorted::CbmFieldMapDistorted ( const char * mapName,
const char * pfDistortionFilename,
const char * parentName,
const char * fileTypeParent = "R",
Int_t pfTypeOfParent = 3 )

Standard constructor (with FieldMap Parent Field )

Parameters
mapNameName of distorted field map
pfDistortionFilenameroot file with distortion information
parentNameName of parent field map
fileTypeParentR = ROOT file, A = ASCII for parent field map
pfTypeOfParent3 = parent is CbmFieldMapSym3, 2 = CbmFieldMapSym2, 1 = CbmFieldMap

Definition at line 50 of file CbmFieldMapDistorted.cxx.

References CbmFieldMap::CbmFieldMap(), fBxDistortionFormulaAdd, fBxDistortionFormulaMult, fByDistortionFormulaAdd, fByDistortionFormulaMult, fBzDistortionFormulaAdd, fBzDistortionFormulaMult, fDistortionFilename, fParentField, fTypeOfParent, and kTypeDistorted.

◆ CbmFieldMapDistorted() [3/5]

CbmFieldMapDistorted::CbmFieldMapDistorted ( 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,
const char * mapName,
const char * pfDistortionFilename,
const char * parentName = "" )

Constructor (with Constant Parent Field )

Parameters
xMin..zMaxthe rectangular region boundaries (X,Y,Z)
bX,By,Bzfield component values inside the region
mapNameName of distorted field map
pfDistortionFilenameroot file with distortion information
parentNameName of parent constant field

Definition at line 76 of file CbmFieldMapDistorted.cxx.

References CbmFieldMap::CbmFieldMap(), fBxDistortionFormulaAdd, fBxDistortionFormulaMult, fByDistortionFormulaAdd, fByDistortionFormulaMult, fBzDistortionFormulaAdd, fBzDistortionFormulaMult, fDistortionFilename, fParentField, fTypeOfParent, and kTypeDistorted.

◆ CbmFieldMapDistorted() [4/5]

◆ ~CbmFieldMapDistorted()

CbmFieldMapDistorted::~CbmFieldMapDistorted ( )
virtual

Destructor

Definition at line 156 of file CbmFieldMapDistorted.cxx.

◆ CbmFieldMapDistorted() [5/5]

CbmFieldMapDistorted::CbmFieldMapDistorted ( const CbmFieldMapDistorted & )
private

getter/setter options: ("z","m"), ("z","a")

References CbmFieldMapDistorted().

Member Function Documentation

◆ GetBx() [1/2]

TArrayF * CbmFieldMap::GetBx ( ) const
inlineinherited

Accessors to the field value arrays

Definition at line 141 of file CbmFieldMap.h.

References fBx.

Referenced by Init(), and Init().

◆ GetBx() [2/2]

Double_t CbmFieldMapDistorted::GetBx ( Double_t x,
Double_t y,
Double_t z )
overridevirtual

Get the field components at a certain point

Parameters
x,y,zPoint coordinates (global) [cm] @value Bx,By,Bz Field components [kG]

Reimplemented from CbmFieldMap.

Definition at line 411 of file CbmFieldMapDistorted.cxx.

References fBxDistortionFormulaAdd, fBxDistortionFormulaMult, fParentField, x, and y.

◆ GetBy() [1/2]

TArrayF * CbmFieldMap::GetBy ( ) const
inlineinherited

Definition at line 142 of file CbmFieldMap.h.

References fBy.

Referenced by Init(), and Init().

◆ GetBy() [2/2]

Double_t CbmFieldMapDistorted::GetBy ( Double_t x,
Double_t y,
Double_t z )
overridevirtual

Reimplemented from CbmFieldMap.

Definition at line 427 of file CbmFieldMapDistorted.cxx.

References fByDistortionFormulaAdd, fByDistortionFormulaMult, fParentField, x, and y.

Referenced by PlotBy().

◆ GetBz() [1/2]

TArrayF * CbmFieldMap::GetBz ( ) const
inlineinherited

Definition at line 143 of file CbmFieldMap.h.

References fBz.

Referenced by Init(), and Init().

◆ GetBz() [2/2]

Double_t CbmFieldMapDistorted::GetBz ( Double_t x,
Double_t y,
Double_t z )
overridevirtual

Reimplemented from CbmFieldMap.

Definition at line 442 of file CbmFieldMapDistorted.cxx.

References fBzDistortionFormulaAdd, fBzDistortionFormulaMult, fParentField, x, and y.

◆ GetDistortionFilename()

const char * CbmFieldMapDistorted::GetDistortionFilename ( )
inline

Definition at line 83 of file CbmFieldMapDistorted.h.

References fDistortionFilename.

◆ GetDistortionFormula()

TFormula * CbmFieldMapDistorted::GetDistortionFormula ( const char * component_option = "y",
const char * action_option = "m" )

◆ GetFieldValue()

void CbmFieldMapDistorted::GetFieldValue ( const Double_t point[3],
Double_t * bField )
overridevirtual

Get the field value at a point.

Parameters
pointPoint coordinates (global) [cm]
bFieldArray with field components [kG]

Get the field value at a point in global coordinates point[0] = x, point[1] = y, point[2] = z bField[0] = Bx, bField[1] = By, bField[2] = Bz bField is in kG

Reimplemented from CbmFieldMap.

Definition at line 458 of file CbmFieldMapDistorted.cxx.

References fBxDistortionFormulaAdd, fBxDistortionFormulaMult, fByDistortionFormulaAdd, fByDistortionFormulaMult, fBzDistortionFormulaAdd, fBzDistortionFormulaMult, fParentField, x, and y.

Referenced by Init().

◆ GetFileName()

const char * CbmFieldMap::GetFileName ( )
inlineinherited

Accessor to field map file

Definition at line 147 of file CbmFieldMap.h.

References fFileName.

◆ GetNx()

Int_t CbmFieldMap::GetNx ( ) const
inlineinherited

Definition at line 125 of file CbmFieldMap.h.

References fNx.

Referenced by CbmFieldMapDistorted::SetFromParent().

◆ GetNy()

Int_t CbmFieldMap::GetNy ( ) const
inlineinherited

Definition at line 126 of file CbmFieldMap.h.

References fNy.

Referenced by CbmFieldMapDistorted::SetFromParent().

◆ GetNz()

Int_t CbmFieldMap::GetNz ( ) const
inlineinherited

Definition at line 127 of file CbmFieldMap.h.

References fNz.

Referenced by CbmFieldMapDistorted::SetFromParent().

◆ GetParent()

FairField * CbmFieldMapDistorted::GetParent ( )
inline

Get parent Field

Definition at line 102 of file CbmFieldMapDistorted.h.

References fParentField.

◆ GetPositionX()

Double_t CbmFieldMap::GetPositionX ( ) const
inlineinherited

Accessor to field centre position in global system

Definition at line 131 of file CbmFieldMap.h.

References fPosX.

Referenced by CbmFieldMapDistorted::SetFromParent(), and CbmFieldPar::SetParameters().

◆ GetPositionY()

Double_t CbmFieldMap::GetPositionY ( ) const
inlineinherited

Definition at line 132 of file CbmFieldMap.h.

References fPosY.

Referenced by CbmFieldMapDistorted::SetFromParent(), and CbmFieldPar::SetParameters().

◆ GetPositionZ()

Double_t CbmFieldMap::GetPositionZ ( ) const
inlineinherited

Definition at line 133 of file CbmFieldMap.h.

References fPosZ.

Referenced by CbmFieldMapDistorted::SetFromParent(), and CbmFieldPar::SetParameters().

◆ GetScale()

Double_t CbmFieldMap::GetScale ( ) const
inlineinherited

Accessor to global scaling factor

Definition at line 137 of file CbmFieldMap.h.

References fScale.

Referenced by CbmFieldMapData::CbmFieldMapData(), CbmFieldMapDistorted::SetFromParent(), and CbmFieldPar::SetParameters().

◆ GetXmax()

Double_t CbmFieldMap::GetXmax ( ) const
inlineinherited

Definition at line 119 of file CbmFieldMap.h.

References fXmax.

Referenced by CbmFieldMapDistorted::SetFromParent().

◆ GetXmin()

Double_t CbmFieldMap::GetXmin ( ) const
inlineinherited

Accessors to field parameters in local coordinate system

Definition at line 116 of file CbmFieldMap.h.

References fXmin.

Referenced by CbmFieldMapDistorted::SetFromParent().

◆ GetXstep()

Double_t CbmFieldMap::GetXstep ( ) const
inlineinherited

Definition at line 122 of file CbmFieldMap.h.

References fXstep.

Referenced by CbmFieldMapDistorted::SetFromParent().

◆ GetYmax()

Double_t CbmFieldMap::GetYmax ( ) const
inlineinherited

Definition at line 120 of file CbmFieldMap.h.

References fYmax.

Referenced by CbmFieldMapDistorted::SetFromParent().

◆ GetYmin()

Double_t CbmFieldMap::GetYmin ( ) const
inlineinherited

Definition at line 117 of file CbmFieldMap.h.

References fYmin.

Referenced by CbmFieldMapDistorted::SetFromParent().

◆ GetYstep()

Double_t CbmFieldMap::GetYstep ( ) const
inlineinherited

Definition at line 123 of file CbmFieldMap.h.

References fYstep.

Referenced by CbmFieldMapDistorted::SetFromParent().

◆ GetZmax()

Double_t CbmFieldMap::GetZmax ( ) const
inlineinherited

Definition at line 121 of file CbmFieldMap.h.

References fZmax.

Referenced by CbmFieldMapDistorted::SetFromParent().

◆ GetZmin()

Double_t CbmFieldMap::GetZmin ( ) const
inlineinherited

Definition at line 118 of file CbmFieldMap.h.

References fZmin.

Referenced by CbmFieldMapDistorted::SetFromParent().

◆ GetZstep()

Double_t CbmFieldMap::GetZstep ( ) const
inlineinherited

Definition at line 124 of file CbmFieldMap.h.

References fZstep.

Referenced by CbmFieldMapDistorted::SetFromParent().

◆ Global2Grid()

GridCoordinates CbmFieldMap::Global2Grid ( Double_t x,
Double_t y,
Double_t z ) const
inlineprivateinherited

Get grid cell coordinates for a point in global coordinates.

Parameters
x,y,zPoint coordinates (global) [cm]
Returns
GridCoordinates structure

Definition at line 253 of file CbmFieldMap.h.

References Global2Local(), Local2Grid(), x, and y.

Referenced by GetBx(), GetBy(), GetBz(), and GetFieldValue().

◆ Global2Local()

LocalCoordinates CbmFieldMap::Global2Local ( Double_t x,
Double_t y,
Double_t z ) const
inlineprotectedinherited

Transform global coordinates into local coordinates.

Definition at line 168 of file CbmFieldMap.h.

References fPosX, fPosY, fPosZ, x, and y.

Referenced by Global2Grid(), CbmFieldMapSym1::Global2LocalReflected(), CbmFieldMapSym2::Global2LocalReflected(), and CbmFieldMapSym3::Global2LocalReflected().

◆ Init() [1/2]

void CbmFieldMap::Init ( Int_t nX,
Double_t xMin,
Double_t xMax,
Int_t nY,
Double_t yMin,
Double_t yMax,
Int_t nZ,
Double_t zMin,
Double_t zMax,
TArrayF * bx,
TArrayF * by,
TArrayF * bz )
virtualinherited

Initialisation with arrays. To be used e.g.for reading from ASCII.

Parameters
xMinMinimum x coordinate
xMaxMaximum x coordinate
yMinMinimum y coordinate
yMaxMaximum y coordinate
zMinMinimum z coordinate
zMaxMaximum z coordinate
bxPointer to array with Bx values [T]
byPointer to array with By values [T]
bzPointer to array with Bz values [T]

Definition at line 260 of file CbmFieldMap.cxx.

References fBx, fBxOrigin, fBy, fByOrigin, fBz, fBzOrigin, fNx, fNy, fNz, fXmax, fXmin, fXstep, fYmax, fYmin, fYstep, fZmax, fZmin, fZstep, GetBx(), GetBy(), GetBz(), Print(), and Reset().

◆ Init() [2/2]

void CbmFieldMapDistorted::Init ( )
overridevirtual

Initialisation (read map from mapfile and distortion information from distortion file)

Reimplemented from CbmFieldMap.

Definition at line 161 of file CbmFieldMapDistorted.cxx.

References CbmFieldMap::fBxOrigin, CbmFieldMap::fByOrigin, CbmFieldMap::fBzOrigin, fDistortionFilename, fParentField, GetFieldValue(), ReadDistortionInformation(), and SetFromParent().

◆ Interpolate()

◆ Local2Grid()

◆ operator=()

CbmFieldMapDistorted & CbmFieldMapDistorted::operator= ( const CbmFieldMapDistorted & )
private

◆ PlotBy()

void CbmFieldMapDistorted::PlotBy ( Int_t n = 250,
Double_t zmin = -50,
Double_t zmax = 450 )

Plot distorted and parend field (By component)

Definition at line 538 of file CbmFieldMapDistorted.cxx.

References fParentField, and GetBy().

◆ Print()

◆ ReadAsciiFile()

void CbmFieldMap::ReadAsciiFile ( const char * fileName)
protectedinherited

Read the field map from an ASCII file

Definition at line 475 of file CbmFieldMap.cxx.

References fBx, fBy, fBz, fNx, fNy, fNz, fScale, fXmax, fXmin, fXstep, fYmax, fYmin, fYstep, fZmax, fZmin, and fZstep.

Referenced by Init().

◆ ReadAsciiFile2018()

void CbmFieldMap::ReadAsciiFile2018 ( const char * fileName)
protectedinherited

Read the field map from an ASCII file. Updated version.

◆ ReadDistortionInformation()

void CbmFieldMapDistorted::ReadDistortionInformation ( const char * filename = 0)

Save old global file and folder pointer to avoid messing with FairRoot

Restore old global file and folder pointer to avoid messing with FairRoot

Definition at line 234 of file CbmFieldMapDistorted.cxx.

References fBxDistortionFormulaAdd, fBxDistortionFormulaMult, fByDistortionFormulaAdd, fByDistortionFormulaMult, fBzDistortionFormulaAdd, fBzDistortionFormulaMult, and fDistortionFilename.

Referenced by Init().

◆ ReadRootFile()

void CbmFieldMap::ReadRootFile ( const char * fileName,
const char * mapName )
protectedinherited

Read field map from a ROOT file

Save old global file and folder pointer to avoid messing with FairRoot

Restore old global file and folder pointer to avoid messing with FairRoot

Definition at line 557 of file CbmFieldMap.cxx.

References SetField().

Referenced by Init().

◆ Reset()

void CbmFieldMap::Reset ( )
protectedinherited

Reset the field parameters and data

Definition at line 450 of file CbmFieldMap.cxx.

References fBx, fBy, fBz, fNx, fNy, fNz, fPosX, fPosY, fPosZ, fScale, fXmax, fXmin, fXstep, fYmax, fYmin, fYstep, fZmax, fZmin, and fZstep.

Referenced by Init().

◆ SetDistortionFilename()

Bool_t CbmFieldMapDistorted::SetDistortionFilename ( const char * filename)
inline

Definition at line 84 of file CbmFieldMapDistorted.h.

References fDistortionFilename.

◆ SetDistortionFormula() [1/2]

Bool_t CbmFieldMapDistorted::SetDistortionFormula ( const char * parDistortionFormulaText,
const char * component_option = "y",
const char * action_option = "m" )

◆ SetDistortionFormula() [2/2]

Bool_t CbmFieldMapDistorted::SetDistortionFormula ( TFormula * parDistortionFormula,
const char * component_option = "y",
const char * action_option = "m" )

◆ SetField()

◆ SetFromParent()

◆ SetPosition()

void CbmFieldMapDistorted::SetPosition ( Double_t x,
Double_t y,
Double_t z )
overridevirtual

Set the position of the field centre of the distorted and the parent field

Reimplemented from CbmFieldMap.

Definition at line 520 of file CbmFieldMapDistorted.cxx.

References CbmFieldMap::CbmFieldMap(), fParentField, CbmFieldMap::fPosX, CbmFieldMap::fPosY, CbmFieldMap::fPosZ, fTypeOfParent, x, and y.

◆ SetScale()

void CbmFieldMapDistorted::SetScale ( Double_t factor)
overridevirtual

Set a global field scaling factor of the distorted and the parent field

Reimplemented from CbmFieldMap.

Definition at line 530 of file CbmFieldMapDistorted.cxx.

References CbmFieldMap::CbmFieldMap(), fParentField, CbmFieldMap::fScale, and fTypeOfParent.

◆ SetType()

void CbmFieldMapDistorted::SetType ( Int_t pfType = 0)
inline

Definition at line 81 of file CbmFieldMapDistorted.h.

◆ WriteAsciiFile()

void CbmFieldMap::WriteAsciiFile ( const char * fileName)
inherited

Write the field map to an ASCII file

Definition at line 337 of file CbmFieldMap.cxx.

References fBx, fBy, fBz, fNx, fNy, fNz, fScale, fXmax, fXmin, fYmax, fYmin, fZmax, and fZmin.

◆ WriteDistortionInformation()

void CbmFieldMapDistorted::WriteDistortionInformation ( const char * filename = 0)

Save old global file and folder pointer to avoid messing with FairRoot

Restore old global file and folder pointer to avoid messing with FairRoot

Definition at line 281 of file CbmFieldMapDistorted.cxx.

References fBxDistortionFormulaAdd, fBxDistortionFormulaMult, fByDistortionFormulaAdd, fByDistortionFormulaMult, fBzDistortionFormulaAdd, fBzDistortionFormulaMult, and fDistortionFilename.

◆ WriteRootFile()

void CbmFieldMap::WriteRootFile ( const char * fileName,
const char * mapName )
inherited

Write field map data to a ROOT file

Save old global file and folder pointer to avoid messing with FairRoot

Restore old global file and folder pointer to avoid messing with FairRoot

Definition at line 386 of file CbmFieldMap.cxx.

Referenced by CbmFieldMapCreator::CreateMap().

Member Data Documentation

◆ fBx

◆ fBxDistortionFormulaAdd

◆ fBxDistortionFormulaMult

◆ fBxOrigin

Double_t CbmFieldMap::fBxOrigin
protectedinherited

Variables for temporary storage

Definition at line 242 of file CbmFieldMap.h.

Referenced by CbmFieldMap(), CbmFieldMap(), CbmFieldMap(), CbmFieldMap(), Init(), Init(), CbmFieldMapDistorted::Init(), Print(), and CbmFieldMapDistorted::Print().

◆ fBy

◆ fByDistortionFormulaAdd

◆ fByDistortionFormulaMult

TFormula* CbmFieldMapDistorted::fByDistortionFormulaMult
protected

◆ fByOrigin

Double_t CbmFieldMap::fByOrigin
protectedinherited

x-component of the field at the origin

Definition at line 243 of file CbmFieldMap.h.

Referenced by CbmFieldMap(), CbmFieldMap(), CbmFieldMap(), CbmFieldMap(), Init(), Init(), CbmFieldMapDistorted::Init(), Print(), and CbmFieldMapDistorted::Print().

◆ fBz

◆ fBzDistortionFormulaAdd

◆ fBzDistortionFormulaMult

TFormula* CbmFieldMapDistorted::fBzDistortionFormulaMult
protected

◆ fBzOrigin

Double_t CbmFieldMap::fBzOrigin
protectedinherited

y-component of the field at the origin

Definition at line 244 of file CbmFieldMap.h.

Referenced by CbmFieldMap(), CbmFieldMap(), CbmFieldMap(), CbmFieldMap(), Init(), Init(), CbmFieldMapDistorted::Init(), Print(), and CbmFieldMapDistorted::Print().

◆ fDistortionFilename

TString CbmFieldMapDistorted::fDistortionFilename
protected

◆ fFileName

TString CbmFieldMap::fFileName
protectedinherited

Map file name

Definition at line 213 of file CbmFieldMap.h.

Referenced by CbmFieldMap(), CbmFieldMap(), CbmFieldMap(), CbmFieldMap(), GetFileName(), and Init().

◆ fNx

◆ fNy

◆ fNz

◆ fParentField

FairField* CbmFieldMapDistorted::fParentField
protected

◆ fPosX

◆ fPosY

◆ fPosZ

◆ fScale

Double_t CbmFieldMap::fScale
protectedinherited

◆ fTypeOfParent

Int_t CbmFieldMapDistorted::fTypeOfParent
protected

◆ fXmax

◆ fXmin

Double_t CbmFieldMap::fXmin
protectedinherited

◆ fXstep

◆ fYmax

Double_t CbmFieldMap::fYmax
protectedinherited

◆ fYmin

◆ fYstep

◆ fZmax

◆ fZmin

◆ fZstep


The documentation for this class was generated from the following files: