PandaRoot
PndFieldMapData Class Reference

#include <PndFieldMapData.h>

Inheritance diagram for PndFieldMapData:

Public Member Functions

 PndFieldMapData ()
 
 PndFieldMapData (const char *name)
 
 PndFieldMapData (const char *name, const PndFieldMap &map)
 
virtual ~PndFieldMapData ()
 
Int_t GetType () const
 
Double_t GetXmin () const
 
Double_t GetYmin () const
 
Double_t GetZmin () const
 
Double_t GetXmax () const
 
Double_t GetYmax () const
 
Double_t GetZmax () const
 
Int_t GetNx () const
 
Int_t GetNy () const
 
Int_t GetNz () const
 
TArrayF * GetBx () const
 
TArrayF * GetBy () const
 
TArrayF * GetBz () const
 

Detailed Description

Definition at line 26 of file PndFieldMapData.h.

Constructor & Destructor Documentation

◆ PndFieldMapData() [1/3]

PndFieldMapData::PndFieldMapData ( )

Default constructor

Referenced by GetBz().

◆ PndFieldMapData() [2/3]

PndFieldMapData::PndFieldMapData ( const char *  name)

Standard constructor

◆ PndFieldMapData() [3/3]

PndFieldMapData::PndFieldMapData ( const char *  name,
const PndFieldMap map 
)

Constructor from an existing PndFieldMap

◆ ~PndFieldMapData()

virtual PndFieldMapData::~PndFieldMapData ( )
virtual

Destructor

Member Function Documentation

◆ GetBx()

TArrayF* PndFieldMapData::GetBx ( ) const
inline

Accessors to the field value arrays

Definition at line 54 of file PndFieldMapData.h.

54 { return fBx; }

◆ GetBy()

TArrayF* PndFieldMapData::GetBy ( ) const
inline

Definition at line 55 of file PndFieldMapData.h.

55 { return fBy; }

◆ GetBz()

TArrayF* PndFieldMapData::GetBz ( ) const
inline

Definition at line 56 of file PndFieldMapData.h.

References PndFieldMapData().

56 { return fBz; }

◆ GetNx()

Int_t PndFieldMapData::GetNx ( ) const
inline

Definition at line 49 of file PndFieldMapData.h.

49 { return fNx; }

◆ GetNy()

Int_t PndFieldMapData::GetNy ( ) const
inline

Definition at line 50 of file PndFieldMapData.h.

50 { return fNy; }

◆ GetNz()

Int_t PndFieldMapData::GetNz ( ) const
inline

Definition at line 51 of file PndFieldMapData.h.

51 { return fNz; }

◆ GetType()

Int_t PndFieldMapData::GetType ( ) const
inline

Accessors to field parameters in local coordinate system

Definition at line 42 of file PndFieldMapData.h.

42 { return fType; }

◆ GetXmax()

Double_t PndFieldMapData::GetXmax ( ) const
inline

Definition at line 46 of file PndFieldMapData.h.

46 { return fXmax; }

◆ GetXmin()

Double_t PndFieldMapData::GetXmin ( ) const
inline

Definition at line 43 of file PndFieldMapData.h.

43 { return fXmin; }

◆ GetYmax()

Double_t PndFieldMapData::GetYmax ( ) const
inline

Definition at line 47 of file PndFieldMapData.h.

47 { return fYmax; }

◆ GetYmin()

Double_t PndFieldMapData::GetYmin ( ) const
inline

Definition at line 44 of file PndFieldMapData.h.

44 { return fYmin; }

◆ GetZmax()

Double_t PndFieldMapData::GetZmax ( ) const
inline

Definition at line 48 of file PndFieldMapData.h.

48 { return fZmax; }

◆ GetZmin()

Double_t PndFieldMapData::GetZmin ( ) const
inline

Definition at line 45 of file PndFieldMapData.h.

45 { return fZmin; }

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