11 #ifndef PndFtsHoughTrackerTaskQA_H 12 #define PndFtsHoughTrackerTaskQA_H 24 #include "TClonesArray.h" 36 #include "FairMCPoint.h" 50 virtual InitStatus
Init();
52 virtual InitStatus
ReInit();
57 virtual void Exec(Option_t *opt);
71 Int_t fNParabolasToFind;
72 Int_t fNEvtsWithEnoughParabolas;
virtual InitStatus Init()
Initialization of task at the beginning of a run.
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 InitStatus ReInit()
ReInitiliazation of task when the runID changes.
void setNParabolasToFind(Int_t nParabolasToFind)
Parameters for Hough space track finder. Created: 09.02.2015.
virtual void FinishEvent()
When is this executed? After each event?
For automatic parameter optimization. This class tries numerous parameters and prints out good combin...
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 void Exec(Option_t *opt)
Executed for each event.
virtual void Finish()
Writes output to root file, I guess. Called at the end of the run.
Int_t getNEvtsWithEnoughParabolas() const