12 std::cout <<
"PndFtsHoughTrackFinderQA FATAL ERROR Tracker task not set.\n";
virtual ~PndFtsHoughTrackFinderQA()
Destructor.
virtual void FindTracks()
Performs the track finding.
PndFtsHoughTrackFinderQA(PndFtsHoughTrackerTask *trackerTask)
Set pointer to tracker task (super important as it provides an I/O interface to PandaRoot) ...
Interface between PandaRoot (data input and output) and PndFtsHoughTrackFinder (implementation of PR ...
PndFtsHoughTrackerTask * fTrackerTask
Task which handles PandaRoot input/output and provides settings for FTS PR. Has to be set using the c...
Implementation of the Hough transform based FTS PR. Creates Hough spaces, finds peaks (=tracklets) an...
FairLogger * fLogger
Returns pointer to the B field.
virtual void FindTracks()
Performs the track finding.
Implementation of the QA for the Hough transform based FTS PR. Use this for parameter optimization...