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