Go to the documentation of this file.
8 #ifndef CBMLITFINDGLOBALTRACKSPARALLEL_H_
9 #define CBMLITFINDGLOBALTRACKSPARALLEL_H_
14 #include "TStopwatch.h"
37 virtual InitStatus
Init();
42 virtual void Exec(Option_t* opt);
CbmLitFindGlobalTracksParallel & operator=(const CbmLitFindGlobalTracksParallel &)
void DoTracking()
Do the track reconstruction.
ClassDef(CbmLitFindGlobalTracksParallel, 1)
virtual void Exec(Option_t *opt)
Inherited from FairTask.
virtual InitStatus Init()
Inherited from FairTask.
TStopwatch fTrackingWatch
Helper class to access detector presence.
CbmLitFindGlobalTracksParallel(const CbmLitFindGlobalTracksParallel &)
void SetFitterType(const string &fitterType)
void PrintStopwatchStatistics()
Print stopwatch statistics.
virtual ~CbmLitFindGlobalTracksParallel()
Destructor.
TClonesArray * fTrdTracks
TClonesArray * fMuchTracks
TClonesArray * fMuchPixelHits
void SetTrackingType(const string &trackingType)
TClonesArray * fGlobalTracks
CbmLitFindGlobalTracksParallel()
Constructor.
void ReadAndCreateDataBranches()
Reads necessary data branches from the input data files and creates branches for CbmGlobalTrack,...
virtual void Finish()
Inherited from FairTask.
TClonesArray * fStsTracks
void ConstructGlobalTracks()
Create and fill global tracks.
TStopwatch fTrackingWithIOWatch
void SetMergerType(const string &mergerType)
Helper class to access detector presence.