PandaRoot
PndRichCalDbData Class Reference

#include <PndRichCalDbData.h>

Inheritance diagram for PndRichCalDbData:

Public Member Functions

 PndRichCalDbData ()
 
 PndRichCalDbData (const char *name)
 
 PndRichCalDbData (const char *name, const PndRichCalDb &cal)
 
virtual ~PndRichCalDbData ()
 
Int_t GetType () const
 
Double_t GetPmin () const
 
Double_t GetXmin () const
 
Double_t GetYmin () const
 
Double_t GetTmin () const
 
Double_t GetFmin () const
 
Double_t GetPmax () const
 
Double_t GetXmax () const
 
Double_t GetYmax () const
 
Double_t GetTmax () const
 
Double_t GetFmax () const
 
Int_t GetNp () const
 
Int_t GetNx () const
 
Int_t GetNy () const
 
Int_t GetNt () const
 
Int_t GetNf () const
 
TArrayF * GetBetaMean () const
 
TArrayF * GetBetaSig () const
 
TArrayF * GetBetaEff () const
 
Int_t SizeOf ()
 

Detailed Description

Definition at line 38 of file PndRichCalDbData.h.

Constructor & Destructor Documentation

◆ PndRichCalDbData() [1/3]

PndRichCalDbData::PndRichCalDbData ( )

Default constructor

Referenced by GetBetaEff().

◆ PndRichCalDbData() [2/3]

PndRichCalDbData::PndRichCalDbData ( const char *  name)

Standard constructor

◆ PndRichCalDbData() [3/3]

PndRichCalDbData::PndRichCalDbData ( const char *  name,
const PndRichCalDb cal 
)

Constructor from an existing PndRichCalDb

◆ ~PndRichCalDbData()

virtual PndRichCalDbData::~PndRichCalDbData ( )
virtual

Destructor

Member Function Documentation

◆ GetBetaEff()

TArrayF* PndRichCalDbData::GetBetaEff ( ) const
inline

Definition at line 74 of file PndRichCalDbData.h.

References PndRichCalDbData(), and SizeOf().

74 { return fBetaEff; }

◆ GetBetaMean()

TArrayF* PndRichCalDbData::GetBetaMean ( ) const
inline

Accessors to the field value arrays

Definition at line 72 of file PndRichCalDbData.h.

72 { return fBetaMean; }

◆ GetBetaSig()

TArrayF* PndRichCalDbData::GetBetaSig ( ) const
inline

Definition at line 73 of file PndRichCalDbData.h.

73 { return fBetaSig; }

◆ GetFmax()

Double_t PndRichCalDbData::GetFmax ( ) const
inline

Definition at line 64 of file PndRichCalDbData.h.

64 { return fFmax; }

◆ GetFmin()

Double_t PndRichCalDbData::GetFmin ( ) const
inline

Definition at line 59 of file PndRichCalDbData.h.

59 { return fFmin; }

◆ GetNf()

Int_t PndRichCalDbData::GetNf ( ) const
inline

Definition at line 69 of file PndRichCalDbData.h.

69 { return fNf; }

◆ GetNp()

Int_t PndRichCalDbData::GetNp ( ) const
inline

Definition at line 65 of file PndRichCalDbData.h.

65 { return fNp; }

◆ GetNt()

Int_t PndRichCalDbData::GetNt ( ) const
inline

Definition at line 68 of file PndRichCalDbData.h.

68 { return fNt; }

◆ GetNx()

Int_t PndRichCalDbData::GetNx ( ) const
inline

Definition at line 66 of file PndRichCalDbData.h.

66 { return fNx; }

◆ GetNy()

Int_t PndRichCalDbData::GetNy ( ) const
inline

Definition at line 67 of file PndRichCalDbData.h.

67 { return fNy; }

◆ GetPmax()

Double_t PndRichCalDbData::GetPmax ( ) const
inline

Definition at line 60 of file PndRichCalDbData.h.

60 { return fPmax; }

◆ GetPmin()

Double_t PndRichCalDbData::GetPmin ( ) const
inline

Definition at line 55 of file PndRichCalDbData.h.

55 { return fPmin; }

◆ GetTmax()

Double_t PndRichCalDbData::GetTmax ( ) const
inline

Definition at line 63 of file PndRichCalDbData.h.

63 { return fTmax; }

◆ GetTmin()

Double_t PndRichCalDbData::GetTmin ( ) const
inline

Definition at line 58 of file PndRichCalDbData.h.

58 { return fTmin; }

◆ GetType()

Int_t PndRichCalDbData::GetType ( ) const
inline

Accessors to field parameters in local coordinate system

Definition at line 54 of file PndRichCalDbData.h.

54 { return fType; }

◆ GetXmax()

Double_t PndRichCalDbData::GetXmax ( ) const
inline

Definition at line 61 of file PndRichCalDbData.h.

61 { return fXmax; }

◆ GetXmin()

Double_t PndRichCalDbData::GetXmin ( ) const
inline

Definition at line 56 of file PndRichCalDbData.h.

56 { return fXmin; }

◆ GetYmax()

Double_t PndRichCalDbData::GetYmax ( ) const
inline

Definition at line 62 of file PndRichCalDbData.h.

62 { return fYmax; }

◆ GetYmin()

Double_t PndRichCalDbData::GetYmin ( ) const
inline

Definition at line 57 of file PndRichCalDbData.h.

57 { return fYmin; }

◆ SizeOf()

Int_t PndRichCalDbData::SizeOf ( )

Referenced by GetBetaEff().


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