15 #ifndef PndFtsHoughTrackerTaskQA_H
16 #define PndFtsHoughTrackerTaskQA_H
28 #include "TClonesArray.h"
40 #include "FairMCPoint.h"
55 virtual InitStatus
Init();
57 virtual InitStatus
ReInit();
62 virtual void Exec(Option_t* opt);
void OverwriteTrackFinderParams(PndFtsHoughTrackFinderParams newParams)
PndFtsHoughTrackerTaskQA(Int_t verbose=0)
Constructor with flags. Can also be used as standard constructor.
Interface between PandaRoot (data input and output) and PndFtsHoughTrackFinder (implementation of PR ...
virtual void Exec(Option_t *opt)
Executed for each event.
void setNParabolasToFind(Int_t nParabolasToFind)
virtual void FinishEvent()
When is this executed? After each event?
Parameters for Hough space track finder. Created: 09.02.2015.
PndFtsHoughTrackFinderParams fTrackFinderParams
virtual InitStatus Init()
Initialization of task at the beginning of a run.
virtual void Finish()
Writes output to root file, I guess. Called at the end of the run.
For automatic parameter optimization. This class tries numerous parameters and prints out good combin...
PndFtsHoughTrackerTaskQA operator=(const PndFtsHoughTrackerTaskQA &)
Int_t getNEvtsWithEnoughParabolas() const
ClassDef(PndFtsHoughTrackerTaskQA, 1)
Class for Hough space based on TH2S (for the moment). Saves the hits which enter this Hough space and...
~PndFtsHoughTrackerTaskQA()
Destructor.
Class for saving a FTS track cand. for Hough transform based FTS PR.
virtual InitStatus ReInit()
ReInitiliazation of task when the runID changes.
Int_t fNEvtsWithEnoughParabolas