FairRoot/PandaRoot
PndFtsHoughTrackFinderQA.cxx
Go to the documentation of this file.
2 
3 
4 
6 
7 
9 : PndFtsHoughTrackFinder(trackerTask)
10 {
11  if (0==fTrackerTask){
12  std::cout << "PndFtsHoughTrackFinderQA FATAL ERROR Tracker task not set.\n";
13  } else {
14  if(3<fTrackerTask->GetVerbose()) std::cout << "PndFtsHoughTrackFinderQA called with tracker ptr " << fTrackerTask << '\n';
15  }
16 }
17 
18 
20 {
21  if(3<fTrackerTask->GetVerbose()) fTrackerTask->fLogger->Info(MESSAGE_ORIGIN,"Destructor of PndFtsHoughTrackFinderQA");
22 }
23 
24 
26 
28 
29 
30 
31 }
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.
ClassImp(PndAnaContFact)
Implementation of the QA for the Hough transform based FTS PR. Use this for parameter optimization...