PandaRoot
TtFitRes Class Reference

#include <TtFitRes.h>

Inheritance diagram for TtFitRes:

Public Member Functions

 TtFitRes ()
 
 TtFitRes (Double_t p0, Double_t p1, Double_t p2, Double_t p3, Double_t eloss, Double_t chiX, Double_t chiY, Int_t numSens)
 
virtual ~TtFitRes ()
 
void GetPar (Double_t *par) const
 
TVector2 GetFirstPoint () const
 
TVector2 GetDirectionVec () const
 
Double_t GetChiSquareX () const
 
Double_t GetChiSquareY () const
 
Int_t GetNsens () const
 
Double_t GetEloss ()
 

Detailed Description

Definition at line 26 of file TtFitRes.h.

Constructor & Destructor Documentation

◆ TtFitRes() [1/2]

TtFitRes::TtFitRes ( )

◆ TtFitRes() [2/2]

TtFitRes::TtFitRes ( Double_t  p0,
Double_t  p1,
Double_t  p2,
Double_t  p3,
Double_t  eloss,
Double_t  chiX,
Double_t  chiY,
Int_t  numSens 
)

◆ ~TtFitRes()

virtual TtFitRes::~TtFitRes ( )
virtual

Member Function Documentation

◆ GetChiSquareX()

Double_t TtFitRes::GetChiSquareX ( ) const
inline

Definition at line 44 of file TtFitRes.h.

44 { return fChiSqX; }

◆ GetChiSquareY()

Double_t TtFitRes::GetChiSquareY ( ) const
inline

Definition at line 45 of file TtFitRes.h.

45 { return fChiSqY; }

◆ GetDirectionVec()

TVector2 TtFitRes::GetDirectionVec ( ) const
inline

Definition at line 43 of file TtFitRes.h.

43 { return TVector2(fP1, fP3); }

◆ GetEloss()

Double_t TtFitRes::GetEloss ( )
inline

Definition at line 47 of file TtFitRes.h.

47 { return fEloss; }

◆ GetFirstPoint()

TVector2 TtFitRes::GetFirstPoint ( ) const
inline

Definition at line 42 of file TtFitRes.h.

42 { return TVector2(fP0, fP2); }

◆ GetNsens()

Int_t TtFitRes::GetNsens ( ) const
inline

Definition at line 46 of file TtFitRes.h.

46 { return fNsens; }

◆ GetPar()

void TtFitRes::GetPar ( Double_t *  par) const
inline

Definition at line 35 of file TtFitRes.h.

36  {
37  par[0] = fP0;
38  par[1] = fP1;
39  par[2] = fP2;
40  par[3] = fP3;
41  }

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