CbmRoot
|
#include <LxTBTieTracks.h>
Public Member Functions | |
LxTBBinnedDetector (int nofl, int nofxb, int nofyb, int noftb, int binSizeT) | |
LxTBBinnedDetector (const LxTBBinnedDetector &)=delete | |
LxTBBinnedDetector & | operator= (const LxTBBinnedDetector &)=delete |
void | Init () |
void | Clear () |
void | SetTSBegin (unsigned long long tsLowBound) |
void | AddStsTrack (const FairTrackParam &par, Double_t chiSq, Double_t time, Int_t selfId) |
void | TieTracks (LxTbBinnedFinder &fFinder) |
Public Attributes | |
LxTBBinndedLayer * | fLayers |
int | fNofLayers |
std::list< LxTBBinnedStsTrack > | fStsTracks |
TClonesArray * | fMuchTracks |
TClonesArray * | fGlobalTracks |
Definition at line 200 of file LxTBTieTracks.h.
LxTBBinnedDetector::LxTBBinnedDetector | ( | int | nofl, |
int | nofxb, | ||
int | nofyb, | ||
int | noftb, | ||
int | binSizeT | ||
) |
Definition at line 62 of file LxTBTieTracks.cxx.
References fLayers, fNofLayers, and i.
|
delete |
void LxTBBinnedDetector::AddStsTrack | ( | const FairTrackParam & | par, |
Double_t | chiSq, | ||
Double_t | time, | ||
Int_t | selfId | ||
) |
Definition at line 17 of file LxTBTieTracks.cxx.
References fStsTracks.
void LxTBBinnedDetector::Clear | ( | ) |
Definition at line 82 of file LxTBTieTracks.cxx.
References fLayers, fNofLayers, fStsTracks, and i.
void LxTBBinnedDetector::Init | ( | ) |
Definition at line 77 of file LxTBTieTracks.cxx.
References fLayers, fNofLayers, and i.
|
delete |
void LxTBBinnedDetector::SetTSBegin | ( | unsigned long long | tsLowBound | ) |
Definition at line 89 of file LxTBTieTracks.cxx.
References fLayers, fNofLayers, and i.
void LxTBBinnedDetector::TieTracks | ( | LxTbBinnedFinder & | fFinder | ) |
Definition at line 94 of file LxTBTieTracks.cxx.
References CbmTrack::AddHit(), CbmLitConverterFairTrackParam::CbmLitTrackParamToFairTrackParam(), CbmLitToolFactory::CreateTrackPropagator(), CbmLitToolFactory::CreateTrackUpdate(), CbmLitConverterFairTrackParam::FairTrackParamToCbmLitTrackParam(), TieHandlePoint::fChiSq, LxTBBinnedStsTrack::fChiSq, TieHandlePoint::fFilter, fLayers, fNofLayers, TieHandlePoint::fOutPar, TieHandlePoint::fPar, LxTBBinnedStsTrack::fPar, TieHandlePoint::fPoint, LxTBBinnedStsTrack::fSelfId, fStsTracks, LxTBBinnedStsTrack::fTime, TieHandlePoint::fZ, CbmLitTrackParam::GetCovariance(), CbmLitTrackParam::GetX(), CbmLitTrackParam::GetY(), CbmLitTrackParam::GetZ(), i, kLITERROR, kLITGOOD, kMUCHPIXELHIT, kTRDHIT, max(), points, scaltype, LxTBBinndedLayer::Search(), CbmTrackParam::Set(), CbmTrack::SetChiSq(), CbmTrack::SetFlag(), CbmGlobalTrack::SetMuchTrackIndex(), CbmTrack::SetNDF(), CbmTrack::SetParamFirst(), CbmTrack::SetParamLast(), CbmTrack::SetPreviousTrackId(), CbmGlobalTrack::SetStsTrackIndex(), speedOfLight, sqrt(), timetype, x, y, and LxTBBinndedLayer::z.
TClonesArray* LxTBBinnedDetector::fGlobalTracks |
Definition at line 205 of file LxTBTieTracks.h.
LxTBBinndedLayer* LxTBBinnedDetector::fLayers |
Definition at line 201 of file LxTBTieTracks.h.
Referenced by Clear(), Init(), LxTBBinnedDetector(), SetTSBegin(), and TieTracks().
TClonesArray* LxTBBinnedDetector::fMuchTracks |
Definition at line 204 of file LxTBTieTracks.h.
int LxTBBinnedDetector::fNofLayers |
Definition at line 202 of file LxTBTieTracks.h.
Referenced by Clear(), Init(), LxTBBinnedDetector(), SetTSBegin(), and TieTracks().
std::list<LxTBBinnedStsTrack> LxTBBinnedDetector::fStsTracks |
Definition at line 203 of file LxTBTieTracks.h.
Referenced by AddStsTrack(), Clear(), and TieTracks().