CbmRoot
CbmTofTracklet Class Reference

Provides information on attaching a TofHit to a TofTrack. More...

#include <CbmTofTracklet.h>

Inheritance diagram for CbmTofTracklet:
[legend]
Collaboration diagram for CbmTofTracklet:
[legend]

Public Member Functions

 CbmTofTracklet ()
 
virtual ~CbmTofTracklet ()
 
virtual void PrintInfo ()
 
Int_t GetPidHypo () const
 
Int_t GetNofHits () const
 
Int_t GetHitIndex (Int_t ind) const
 
Double_t GetT0 () const
 
Double_t GetTt () const
 
Double_t GetT0Err () const
 
Double_t GetTtErr () const
 
Double_t GetT0TtCov () const
 
Double_t GetTheta () const
 
Double_t GetPhi () const
 
Int_t GetStationHitIndex (Int_t iSm) const
 
Int_t GetTofHitIndex (Int_t ind) const
 
CbmTofHitGetTofHitPointer (Int_t ind)
 
Int_t GetTofDetIndex (Int_t ind) const
 
const std::vector< Int_t > & GetTofHitInd () const
 
const Double_t * GetPoint (Int_t n)
 
const Double_t * GetFitPoint (Int_t n)
 
Double_t GetTrackDx () const
 
Double_t GetTrackDy () const
 
Double_t GetTrackLength () const
 
CbmTofTrackletParamGetTrackParameter ()
 
Double_t GetTrackX () const
 
Double_t GetTrackY () const
 
Double_t GetTrackTx () const
 
Double_t GetTrackTy () const
 
Double_t GetDistance () const
 
Double_t GetTime () const
 
Double_t UpdateTt ()
 
Double_t UpdateT0 ()
 
Double_t GetTex (CbmTofHit *pHit)
 
Int_t GetFirstInd (Int_t iSmType)
 
Double_t GetZ0x ()
 
Double_t GetZ0y ()
 
Double_t GetR0 ()
 
Double_t GetFitX (Double_t Z)
 
Double_t GetFitY (Double_t Z)
 
Double_t GetFitT (Double_t R)
 
Double_t GetRefVel (UInt_t N)
 
Double_t GetChiSq () const
 
Int_t GetNDF () const
 
const FairTrackParam * GetParamFirst () const
 
const FairTrackParam * GetParamLast () const
 
virtual void GetFairTrackParamLast ()
 
virtual Double_t GetMatChi2 (Int_t iSm)
 
void SetTofHitIndex (Int_t tofHitIndex, Int_t iDet, CbmTofHit *pHit)
 
void SetTofHitIndex (Int_t tofHitIndex, Int_t iDet, CbmTofHit *pHit, Double_t chi2)
 
void SetTofHitInd (const std::vector< Int_t > &tofHitInd)
 
void AddTofHitIndex (Int_t tofHitIndex, Int_t iDet, CbmTofHit *pHit)
 
void AddTofHitIndex (Int_t tofHitIndex, Int_t iDet, CbmTofHit *pHit, Double_t chi2)
 
void ReplaceTofHitIndex (Int_t tofHitIndex, Int_t iDet, CbmTofHit *pHit, Double_t chi2)
 
void RemoveTofHitIndex (Int_t, Int_t iDet, CbmTofHit *, Double_t)
 
virtual Double_t GetXdif (Int_t iSmType, CbmTofHit *pHit)
 
virtual Double_t GetYdif (Int_t iSmType, CbmTofHit *pHit)
 
virtual Double_t GetTdif (Int_t iSmType, CbmTofHit *pHit)
 
virtual Double_t Dist3D (CbmTofHit *pHit0, CbmTofHit *pHit1)
 
virtual Bool_t ContainsAddr (Int_t iAddr)
 
virtual Int_t HitIndexOfAddr (Int_t iAddr)
 
virtual CbmTofHitHitPointerOfAddr (Int_t iAddr)
 
void SetTrackParameter (CbmTofTrackletParam *par)
 
void SetTrackLength (Double_t trackLength)
 
void SetPidHypo (Int_t pid)
 
void SetDistance (Double_t distance)
 
void SetTime (Double_t val)
 
void SetTt (Double_t val)
 
void SetT0 (Double_t val)
 
void SetT0Err (Double_t val)
 
void SetTtErr (Double_t val)
 
void SetT0TtCov (Double_t val)
 
void SetChiSq (Double_t chiSq)
 
void SetNDF (Int_t ndf)
 
void SetParamFirst (const FairTrackParam *par)
 
void SetParamLast (const FairTrackParam *par)
 
void SetParamLast (const CbmTofTrackletParam *par)
 
void Clear (Option_t *option="")
 
 CbmTofTracklet (const CbmTofTracklet &)
 

Private Member Functions

CbmTofTrackletoperator= (const CbmTofTracklet &)
 transient (transfer) space point to Eve More...
 
 ClassDef (CbmTofTracklet, 3)
 

Private Attributes

Double_t fTrackLength
 
Int_t fPidHypo
 Track length from primary vertex to TOF [cm]. More...
 
Double_t fDistance
 PID hypothesis used for track extrapolation. More...
 
Double_t fTime
 Normalized distance from hit to track. More...
 
Double_t fTt
 Reference time of reference hit. More...
 
Double_t fT0
 slope dT/dr More...
 
Double_t fT0Err
 Time at origin. More...
 
Double_t fTtErr
 Error on Time at origin. More...
 
Double_t fT0TtCov
 Error on slope dT/dr. More...
 
Double_t fChiSq
 Covariance od fT0 and fTt. More...
 
Int_t fNDF
 Chi2 of fit. More...
 
CbmTofTrackletParam fTrackPar
 
FairTrackParam fParamFirst
 Track parameters at z of TofHit. More...
 
FairTrackParam fParamLast
 Track parameters at first and last fitted hit. More...
 
std::vector< Int_t > fTofHit
 
std::vector< Int_t > fTofDet
 Index of TofHit. More...
 
std::vector< Double_t > fMatChi
 DetLayer of TofHit. More...
 
std::vector< CbmTofHitfhit
 Matching Chi2 of TofHit. More...
 
Double_t fP [4]
 vector of TofHit objects More...
 

Detailed Description

Provides information on attaching a TofHit to a TofTrack.

Author
nh

Definition at line 25 of file CbmTofTracklet.h.

Constructor & Destructor Documentation

◆ CbmTofTracklet() [1/2]

CbmTofTracklet::CbmTofTracklet ( )

Constructor

Definition at line 22 of file CbmTofTracklet.cxx.

◆ ~CbmTofTracklet()

CbmTofTracklet::~CbmTofTracklet ( )
virtual

Constructor with parameters

Parameters
trackIndexArray index of global track
hitIndexArray index of TOF hit
trackLengthTrack length from primary vertex to TOF
trackParParameters of track at TOF
pidHypoPID hypothesis for track extrapolation Destructor

Definition at line 64 of file CbmTofTracklet.cxx.

◆ CbmTofTracklet() [2/2]

CbmTofTracklet::CbmTofTracklet ( const CbmTofTracklet t)

Definition at line 43 of file CbmTofTracklet.cxx.

Member Function Documentation

◆ AddTofHitIndex() [1/2]

void CbmTofTracklet::AddTofHitIndex ( Int_t  tofHitIndex,
Int_t  iDet,
CbmTofHit pHit 
)
inline

◆ AddTofHitIndex() [2/2]

void CbmTofTracklet::AddTofHitIndex ( Int_t  tofHitIndex,
Int_t  iDet,
CbmTofHit pHit,
Double_t  chi2 
)
inline

Definition at line 177 of file CbmTofTracklet.h.

References fhit, fMatChi, fTofDet, and fTofHit.

◆ ClassDef()

CbmTofTracklet::ClassDef ( CbmTofTracklet  ,
 
)
private

Assignment operator

◆ Clear()

void CbmTofTracklet::Clear ( Option_t *  option = "")

Definition at line 533 of file CbmTofTracklet.cxx.

References fhit, fMatChi, fTofDet, and fTofHit.

◆ ContainsAddr()

Bool_t CbmTofTracklet::ContainsAddr ( Int_t  iAddr)
virtual

◆ Dist3D()

◆ GetChiSq()

◆ GetDistance()

Double_t CbmTofTracklet::GetDistance ( ) const
inline

Normalized distance from hit to track

Definition at line 111 of file CbmTofTracklet.h.

References fDistance.

◆ GetFairTrackParamLast()

◆ GetFirstInd()

Int_t CbmTofTracklet::GetFirstInd ( Int_t  iSmType)

Definition at line 126 of file CbmTofTracklet.cxx.

References fTofDet, and fTofHit.

◆ GetFitPoint()

const Double_t * CbmTofTracklet::GetFitPoint ( Int_t  n)

Definition at line 504 of file CbmTofTracklet.cxx.

References fhit, fP, GetFitX(), and GetFitY().

Referenced by CbmEvDisTracks::Exec().

◆ GetFitT()

◆ GetFitX()

◆ GetFitY()

◆ GetHitIndex()

Int_t CbmTofTracklet::GetHitIndex ( Int_t  ind) const
inline

◆ GetMatChi2()

Double_t CbmTofTracklet::GetMatChi2 ( Int_t  iSm)
virtual

Definition at line 116 of file CbmTofTracklet.cxx.

References fMatChi, fTofDet, and fTofHit.

Referenced by CbmTofTrackFinderNN::DoFind(), and CbmTofAnaTestbeam::FillHistos().

◆ GetNDF()

Int_t CbmTofTracklet::GetNDF ( ) const
inline

Definition at line 128 of file CbmTofTracklet.h.

References fNDF.

Referenced by CbmTofTrackFinderNN::DoFind(), and CbmTofTrackFitterKF::DoFit().

◆ GetNofHits()

◆ GetParamFirst()

const FairTrackParam* CbmTofTracklet::GetParamFirst ( ) const
inline

Definition at line 130 of file CbmTofTracklet.h.

References fParamFirst.

Referenced by CbmTofTrackFitterKF::DoFit().

◆ GetParamLast()

const FairTrackParam* CbmTofTracklet::GetParamLast ( ) const
inline

Definition at line 131 of file CbmTofTracklet.h.

References fParamLast.

Referenced by CbmTofTrackFitterKF::DoFit().

◆ GetPhi()

Double_t CbmTofTracklet::GetPhi ( ) const
inline

◆ GetPidHypo()

Int_t CbmTofTracklet::GetPidHypo ( ) const
inline

PID hypothesis for track extrapolation to TOF

Definition at line 45 of file CbmTofTracklet.h.

References fPidHypo.

Referenced by CbmEvDisTracks::Exec().

◆ GetPoint()

const Double_t * CbmTofTracklet::GetPoint ( Int_t  n)

Definition at line 494 of file CbmTofTracklet.cxx.

References fhit, and fP.

Referenced by CbmEvDisTracks::Exec().

◆ GetR0()

Double_t CbmTofTracklet::GetR0 ( )

Definition at line 149 of file CbmTofTracklet.cxx.

References GetFitX(), and GetFitY().

Referenced by CbmTofCalibrator::FillCalHist(), and CbmTofAnaTestbeam::FillHistos().

◆ GetRefVel()

Double_t CbmTofTracklet::GetRefVel ( UInt_t  N)

Definition at line 565 of file CbmTofTracklet.cxx.

References fhit.

Referenced by CbmTofFindTracks::FillHistograms().

◆ GetStationHitIndex()

Int_t CbmTofTracklet::GetStationHitIndex ( Int_t  iSm) const
inline

Definition at line 65 of file CbmTofTracklet.h.

References fTofDet, fTofHit, and i.

Referenced by CbmTofTrackFinderNN::DoFind(), and CbmTofFindTracks::FillHistograms().

◆ GetT0()

Double_t CbmTofTracklet::GetT0 ( ) const
inline

Definition at line 53 of file CbmTofTracklet.h.

References fT0.

Referenced by CbmTofTrackFinderNN::DoFind().

◆ GetT0Err()

Double_t CbmTofTracklet::GetT0Err ( ) const
inline

Definition at line 55 of file CbmTofTracklet.h.

References fT0Err.

◆ GetT0TtCov()

Double_t CbmTofTracklet::GetT0TtCov ( ) const
inline

Definition at line 57 of file CbmTofTracklet.h.

References fT0TtCov.

◆ GetTdif()

Double_t CbmTofTracklet::GetTdif ( Int_t  iSmType,
CbmTofHit pHit 
)
virtual

Definition at line 412 of file CbmTofTracklet.cxx.

References Dist3D(), fhit, fTofDet, fTofHit, fTt, CbmHit::GetTime(), and CbmHit::GetZ().

Referenced by CbmTofAnaTestbeam::FillHistos().

◆ GetTex()

Double_t CbmTofTracklet::GetTex ( CbmTofHit pHit)

◆ GetTheta()

Double_t CbmTofTracklet::GetTheta ( ) const
inline

◆ GetTime()

Double_t CbmTofTracklet::GetTime ( ) const
inline

◆ GetTofDetIndex()

◆ GetTofHitInd()

const std::vector<Int_t>& CbmTofTracklet::GetTofHitInd ( ) const
inline

Definition at line 75 of file CbmTofTracklet.h.

References fTofHit.

◆ GetTofHitIndex()

Int_t CbmTofTracklet::GetTofHitIndex ( Int_t  ind) const
inline

◆ GetTofHitPointer()

◆ GetTrackDx()

Double_t CbmTofTracklet::GetTrackDx ( ) const
inline

Error of track x coordinate at TOF

Definition at line 83 of file CbmTofTracklet.h.

References fTrackPar, and CbmTofTrackletParam::GetCovariance().

◆ GetTrackDy()

Double_t CbmTofTracklet::GetTrackDy ( ) const
inline

Error of track x coordinate at TOF

Definition at line 88 of file CbmTofTracklet.h.

References fTrackPar, and CbmTofTrackletParam::GetCovariance().

◆ GetTrackLength()

Double_t CbmTofTracklet::GetTrackLength ( ) const
inline

Track length from primary vertex to TOF

Definition at line 93 of file CbmTofTracklet.h.

References fTrackLength.

◆ GetTrackParameter()

◆ GetTrackTx()

Double_t CbmTofTracklet::GetTrackTx ( ) const
inline

Track x slope

Definition at line 105 of file CbmTofTracklet.h.

References fTrackPar, and CbmTofTrackletParam::GetTx().

Referenced by CbmTofAnaTestbeam::FillHistos().

◆ GetTrackTy()

Double_t CbmTofTracklet::GetTrackTy ( ) const
inline

Track y slope

Definition at line 108 of file CbmTofTracklet.h.

References fTrackPar, and CbmTofTrackletParam::GetTy().

Referenced by CbmTofAnaTestbeam::FillHistos().

◆ GetTrackX()

Double_t CbmTofTracklet::GetTrackX ( ) const
inline

Track x position at TOF

Definition at line 99 of file CbmTofTracklet.h.

References fTrackPar, and CbmTofTrackletParam::GetX().

◆ GetTrackY()

Double_t CbmTofTracklet::GetTrackY ( ) const
inline

Track y position at TOF

Definition at line 102 of file CbmTofTracklet.h.

References fTrackPar, and CbmTofTrackletParam::GetY().

◆ GetTt()

◆ GetTtErr()

Double_t CbmTofTracklet::GetTtErr ( ) const
inline

Definition at line 56 of file CbmTofTracklet.h.

References fTtErr.

Referenced by CbmEvDisTracks::Exec().

◆ GetXdif()

Double_t CbmTofTracklet::GetXdif ( Int_t  iSmType,
CbmTofHit pHit 
)
virtual

◆ GetYdif()

Double_t CbmTofTracklet::GetYdif ( Int_t  iSmType,
CbmTofHit pHit 
)
virtual

◆ GetZ0x()

Double_t CbmTofTracklet::GetZ0x ( )

◆ GetZ0y()

Double_t CbmTofTracklet::GetZ0y ( )

◆ HitIndexOfAddr()

Int_t CbmTofTracklet::HitIndexOfAddr ( Int_t  iAddr)
virtual

Definition at line 479 of file CbmTofTracklet.cxx.

References fhit, fTofHit, and CbmStsAddress::GetAddress().

Referenced by CbmTofAnaTestbeam::FillHistos().

◆ HitPointerOfAddr()

CbmTofHit * CbmTofTracklet::HitPointerOfAddr ( Int_t  iAddr)
virtual

Definition at line 486 of file CbmTofTracklet.cxx.

References fhit, fTofHit, and CbmStsAddress::GetAddress().

Referenced by CbmTofAnaTestbeam::FillHistos().

◆ operator=()

CbmTofTracklet& CbmTofTracklet::operator= ( const CbmTofTracklet )
private

transient (transfer) space point to Eve

◆ PrintInfo()

void CbmTofTracklet::PrintInfo ( )
virtual

◆ RemoveTofHitIndex()

void CbmTofTracklet::RemoveTofHitIndex ( Int_t  ,
Int_t  iDet,
CbmTofHit ,
Double_t   
)
inline

Definition at line 205 of file CbmTofTracklet.h.

References fhit, fMatChi, fTofDet, and fTofHit.

Referenced by CbmTofTrackFinderNN::DoFind(), and CbmTofAnaTestbeam::FillHistos().

◆ ReplaceTofHitIndex()

void CbmTofTracklet::ReplaceTofHitIndex ( Int_t  tofHitIndex,
Int_t  iDet,
CbmTofHit pHit,
Double_t  chi2 
)
inline

Definition at line 191 of file CbmTofTracklet.h.

References fhit, fMatChi, fTofDet, and fTofHit.

Referenced by CbmTofTrackFinderNN::DoFind().

◆ SetChiSq()

void CbmTofTracklet::SetChiSq ( Double_t  chiSq)
inline

Definition at line 247 of file CbmTofTracklet.h.

References fChiSq.

Referenced by CbmTofTrackFitterKF::DoFit(), and CbmTofTrackFinderNN::Line3Dfit().

◆ SetDistance()

void CbmTofTracklet::SetDistance ( Double_t  distance)
inline

Set normalized distance from hit to track

Definition at line 239 of file CbmTofTracklet.h.

References fDistance.

◆ SetNDF()

void CbmTofTracklet::SetNDF ( Int_t  ndf)
inline

Definition at line 248 of file CbmTofTracklet.h.

References fNDF.

Referenced by CbmTofTrackFitterKF::DoFit().

◆ SetParamFirst()

void CbmTofTracklet::SetParamFirst ( const FairTrackParam *  par)
inline

Definition at line 249 of file CbmTofTracklet.h.

References fParamFirst.

◆ SetParamLast() [1/2]

◆ SetParamLast() [2/2]

void CbmTofTracklet::SetParamLast ( const FairTrackParam *  par)
inline

Definition at line 250 of file CbmTofTracklet.h.

References fParamLast.

◆ SetPidHypo()

void CbmTofTracklet::SetPidHypo ( Int_t  pid)
inline

Set PID hypothesis for track extrapolation to TOF

Definition at line 236 of file CbmTofTracklet.h.

References fPidHypo.

◆ SetT0()

void CbmTofTracklet::SetT0 ( Double_t  val)
inline

Definition at line 242 of file CbmTofTracklet.h.

References fT0.

◆ SetT0Err()

void CbmTofTracklet::SetT0Err ( Double_t  val)
inline

Definition at line 243 of file CbmTofTracklet.h.

References fT0Err.

◆ SetT0TtCov()

void CbmTofTracklet::SetT0TtCov ( Double_t  val)
inline

Definition at line 245 of file CbmTofTracklet.h.

References fT0TtCov.

◆ SetTime()

void CbmTofTracklet::SetTime ( Double_t  val)
inline

◆ SetTofHitInd()

void CbmTofTracklet::SetTofHitInd ( const std::vector< Int_t > &  tofHitInd)
inline

Definition at line 162 of file CbmTofTracklet.h.

References fTofHit.

◆ SetTofHitIndex() [1/2]

void CbmTofTracklet::SetTofHitIndex ( Int_t  tofHitIndex,
Int_t  iDet,
CbmTofHit pHit 
)
inline

Set TOF hit index

Definition at line 138 of file CbmTofTracklet.h.

References fhit, fMatChi, fTofDet, and fTofHit.

Referenced by CbmTofTrackFinderNN::DoFind(), and CbmTofTrackFinderNN::TrklSeed().

◆ SetTofHitIndex() [2/2]

void CbmTofTracklet::SetTofHitIndex ( Int_t  tofHitIndex,
Int_t  iDet,
CbmTofHit pHit,
Double_t  chi2 
)
inline

Definition at line 148 of file CbmTofTracklet.h.

References fhit, fMatChi, fTofDet, and fTofHit.

◆ SetTrackLength()

void CbmTofTracklet::SetTrackLength ( Double_t  trackLength)
inline

Set track length

Definition at line 231 of file CbmTofTracklet.h.

References fTrackLength.

◆ SetTrackParameter()

void CbmTofTracklet::SetTrackParameter ( CbmTofTrackletParam par)
inline

Set track parameter

Definition at line 228 of file CbmTofTracklet.h.

References fTrackPar.

◆ SetTt()

void CbmTofTracklet::SetTt ( Double_t  val)
inline

Definition at line 241 of file CbmTofTracklet.h.

References fTt.

Referenced by CbmTofTrackFinderNN::DoFind(), and CbmTofTrackFinderNN::TrklSeed().

◆ SetTtErr()

void CbmTofTracklet::SetTtErr ( Double_t  val)
inline

Definition at line 244 of file CbmTofTracklet.h.

References fTtErr.

◆ UpdateT0()

◆ UpdateTt()

Double_t CbmTofTracklet::UpdateTt ( )

Definition at line 302 of file CbmTofTracklet.cxx.

References fhit, and fTt.

Member Data Documentation

◆ fChiSq

Double_t CbmTofTracklet::fChiSq
private

Covariance od fT0 and fTt.

Definition at line 268 of file CbmTofTracklet.h.

Referenced by GetChiSq(), and SetChiSq().

◆ fDistance

Double_t CbmTofTracklet::fDistance
private

PID hypothesis used for track extrapolation.

Definition at line 261 of file CbmTofTracklet.h.

Referenced by GetDistance(), and SetDistance().

◆ fhit

◆ fMatChi

std::vector<Double_t> CbmTofTracklet::fMatChi
private

DetLayer of TofHit.

Definition at line 276 of file CbmTofTracklet.h.

Referenced by AddTofHitIndex(), Clear(), GetMatChi2(), PrintInfo(), RemoveTofHitIndex(), ReplaceTofHitIndex(), and SetTofHitIndex().

◆ fNDF

Int_t CbmTofTracklet::fNDF
private

Chi2 of fit.

Definition at line 269 of file CbmTofTracklet.h.

Referenced by GetNDF(), and SetNDF().

◆ fP

Double_t CbmTofTracklet::fP[4]
private

vector of TofHit objects

Definition at line 278 of file CbmTofTracklet.h.

Referenced by GetFitPoint(), and GetPoint().

◆ fParamFirst

FairTrackParam CbmTofTracklet::fParamFirst
private

Track parameters at z of TofHit.

Definition at line 272 of file CbmTofTracklet.h.

Referenced by GetParamFirst(), and SetParamFirst().

◆ fParamLast

FairTrackParam CbmTofTracklet::fParamLast
private

Track parameters at first and last fitted hit.

Definition at line 273 of file CbmTofTracklet.h.

Referenced by GetFairTrackParamLast(), GetParamLast(), and SetParamLast().

◆ fPidHypo

Int_t CbmTofTracklet::fPidHypo
private

Track length from primary vertex to TOF [cm].

Definition at line 260 of file CbmTofTracklet.h.

Referenced by GetPidHypo(), and SetPidHypo().

◆ fT0

Double_t CbmTofTracklet::fT0
private

slope dT/dr

Definition at line 264 of file CbmTofTracklet.h.

Referenced by GetFitT(), GetT0(), SetT0(), and UpdateT0().

◆ fT0Err

Double_t CbmTofTracklet::fT0Err
private

Time at origin.

Definition at line 265 of file CbmTofTracklet.h.

Referenced by GetT0Err(), SetT0Err(), and UpdateT0().

◆ fT0TtCov

Double_t CbmTofTracklet::fT0TtCov
private

Error on slope dT/dr.

Definition at line 267 of file CbmTofTracklet.h.

Referenced by GetT0TtCov(), SetT0TtCov(), and UpdateT0().

◆ fTime

Double_t CbmTofTracklet::fTime
private

Normalized distance from hit to track.

Definition at line 262 of file CbmTofTracklet.h.

Referenced by GetTime(), and SetTime().

◆ fTofDet

std::vector<Int_t> CbmTofTracklet::fTofDet
private

◆ fTofHit

◆ fTrackLength

Double_t CbmTofTracklet::fTrackLength
private

Copy Constructor

Definition at line 259 of file CbmTofTracklet.h.

Referenced by GetTrackLength(), and SetTrackLength().

◆ fTrackPar

◆ fTt

Double_t CbmTofTracklet::fTt
private

Reference time of reference hit.

Definition at line 263 of file CbmTofTracklet.h.

Referenced by GetFitT(), GetTdif(), GetTex(), GetTt(), SetTt(), UpdateT0(), and UpdateTt().

◆ fTtErr

Double_t CbmTofTracklet::fTtErr
private

Error on Time at origin.

Definition at line 266 of file CbmTofTracklet.h.

Referenced by GetTtErr(), SetTtErr(), and UpdateT0().


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