PandaRoot
PndMdtRecoPar Class Reference

#include <PndMdtRecoPar.h>

Inheritance diagram for PndMdtRecoPar:

Public Member Functions

Float_t GetLayerPos (Int_t mod, Int_t lay) const
 
Float_t GetAngleCut (Int_t mod) const
 
 PndMdtRecoPar (const char *name="PndMdtRecoPar", const char *title="Mdt reconstruction parameter", const char *context="TestDefaultContext")
 
 ~PndMdtRecoPar (void)
 
void Clear (void)
 
void putParams (FairParamList *list)
 
Bool_t getParams (FairParamList *list)
 

Detailed Description

Definition at line 7 of file PndMdtRecoPar.h.

Constructor & Destructor Documentation

◆ PndMdtRecoPar()

PndMdtRecoPar::PndMdtRecoPar ( const char *  name = "PndMdtRecoPar",
const char *  title = "Mdt reconstruction parameter",
const char *  context = "TestDefaultContext" 
)

Referenced by GetAngleCut().

◆ ~PndMdtRecoPar()

PndMdtRecoPar::~PndMdtRecoPar ( void  )
inline

Definition at line 16 of file PndMdtRecoPar.h.

References Clear(), getParams(), and putParams().

16 {};

Member Function Documentation

◆ Clear()

void PndMdtRecoPar::Clear ( void  )

Referenced by ~PndMdtRecoPar().

◆ GetAngleCut()

Float_t PndMdtRecoPar::GetAngleCut ( Int_t  mod) const
inline

Definition at line 12 of file PndMdtRecoPar.h.

References PndMdtRecoPar().

12 { return fAngleCut[mod]; };

◆ GetLayerPos()

Float_t PndMdtRecoPar::GetLayerPos ( Int_t  mod,
Int_t  lay 
) const
inline

Definition at line 11 of file PndMdtRecoPar.h.

11 { return fLayerPos[mod][lay]; };

◆ getParams()

Bool_t PndMdtRecoPar::getParams ( FairParamList *  list)

Referenced by ~PndMdtRecoPar().

◆ putParams()

void PndMdtRecoPar::putParams ( FairParamList *  list)

Referenced by ~PndMdtRecoPar().


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