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 14 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 32 of file TtFitRes.h.

32 { return fChiSqX; }

◆ GetChiSquareY()

Double_t TtFitRes::GetChiSquareY ( ) const
inline

Definition at line 33 of file TtFitRes.h.

33 { return fChiSqY; }

◆ GetDirectionVec()

TVector2 TtFitRes::GetDirectionVec ( ) const
inline

Definition at line 31 of file TtFitRes.h.

31 { return TVector2(fP1, fP3); }

◆ GetEloss()

Double_t TtFitRes::GetEloss ( )
inline

Definition at line 35 of file TtFitRes.h.

35 { return fEloss; }

◆ GetFirstPoint()

TVector2 TtFitRes::GetFirstPoint ( ) const
inline

Definition at line 30 of file TtFitRes.h.

30 { return TVector2(fP0, fP2); }

◆ GetNsens()

Int_t TtFitRes::GetNsens ( ) const
inline

Definition at line 34 of file TtFitRes.h.

34 { return fNsens; }

◆ GetPar()

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

Definition at line 23 of file TtFitRes.h.

24  {
25  par[0] = fP0;
26  par[1] = fP1;
27  par[2] = fP2;
28  par[3] = fP3;
29  }

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