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 26 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 62 of file PndRichCalDbData.h.

References PndRichCalDbData(), and SizeOf().

62 { return fBetaEff; }

◆ GetBetaMean()

TArrayF* PndRichCalDbData::GetBetaMean ( ) const
inline

Accessors to the field value arrays

Definition at line 60 of file PndRichCalDbData.h.

60 { return fBetaMean; }

◆ GetBetaSig()

TArrayF* PndRichCalDbData::GetBetaSig ( ) const
inline

Definition at line 61 of file PndRichCalDbData.h.

61 { return fBetaSig; }

◆ GetFmax()

Double_t PndRichCalDbData::GetFmax ( ) const
inline

Definition at line 52 of file PndRichCalDbData.h.

52 { return fFmax; }

◆ GetFmin()

Double_t PndRichCalDbData::GetFmin ( ) const
inline

Definition at line 47 of file PndRichCalDbData.h.

47 { return fFmin; }

◆ GetNf()

Int_t PndRichCalDbData::GetNf ( ) const
inline

Definition at line 57 of file PndRichCalDbData.h.

57 { return fNf; }

◆ GetNp()

Int_t PndRichCalDbData::GetNp ( ) const
inline

Definition at line 53 of file PndRichCalDbData.h.

53 { return fNp; }

◆ GetNt()

Int_t PndRichCalDbData::GetNt ( ) const
inline

Definition at line 56 of file PndRichCalDbData.h.

56 { return fNt; }

◆ GetNx()

Int_t PndRichCalDbData::GetNx ( ) const
inline

Definition at line 54 of file PndRichCalDbData.h.

54 { return fNx; }

◆ GetNy()

Int_t PndRichCalDbData::GetNy ( ) const
inline

Definition at line 55 of file PndRichCalDbData.h.

55 { return fNy; }

◆ GetPmax()

Double_t PndRichCalDbData::GetPmax ( ) const
inline

Definition at line 48 of file PndRichCalDbData.h.

48 { return fPmax; }

◆ GetPmin()

Double_t PndRichCalDbData::GetPmin ( ) const
inline

Definition at line 43 of file PndRichCalDbData.h.

43 { return fPmin; }

◆ GetTmax()

Double_t PndRichCalDbData::GetTmax ( ) const
inline

Definition at line 51 of file PndRichCalDbData.h.

51 { return fTmax; }

◆ GetTmin()

Double_t PndRichCalDbData::GetTmin ( ) const
inline

Definition at line 46 of file PndRichCalDbData.h.

46 { return fTmin; }

◆ GetType()

Int_t PndRichCalDbData::GetType ( ) const
inline

Accessors to field parameters in local coordinate system

Definition at line 42 of file PndRichCalDbData.h.

42 { return fType; }

◆ GetXmax()

Double_t PndRichCalDbData::GetXmax ( ) const
inline

Definition at line 49 of file PndRichCalDbData.h.

49 { return fXmax; }

◆ GetXmin()

Double_t PndRichCalDbData::GetXmin ( ) const
inline

Definition at line 44 of file PndRichCalDbData.h.

44 { return fXmin; }

◆ GetYmax()

Double_t PndRichCalDbData::GetYmax ( ) const
inline

Definition at line 50 of file PndRichCalDbData.h.

50 { return fYmax; }

◆ GetYmin()

Double_t PndRichCalDbData::GetYmin ( ) const
inline

Definition at line 45 of file PndRichCalDbData.h.

45 { return fYmin; }

◆ SizeOf()

Int_t PndRichCalDbData::SizeOf ( )

Referenced by GetBetaEff().


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