PandaRoot
PndSciTRecoQATask.h
Go to the documentation of this file.
1 
11 #ifndef PNDSCITREOCQATASK_H
12 #define PNDSCITREOCQATASK_H
13 
14 // framework includes
15 #include "PndFairHitQATask.h"
16 
17 #include "PndGeoHandling.h"
18 
20  public:
24  void SetParContainers() override;
25 
26  protected:
27  virtual void InitHistos() override;
28  virtual void SetAllBoundaries() override;
29  virtual void CalculateResolutions(FairHit *fairhit) override;
30  virtual void FillHistos() override;
31  virtual void AssignMeasurements() override;
32 
33  private:
34  PndGeoHandling *fGeoH = nullptr;
35 
36  ClassDef(PndSciTRecoQATask, 2);
37 };
38 
39 #endif
void SetParContainers() override
virtual void SetAllBoundaries() override
Set the name and the boundaries for a measurement to pass.
Class to access the naming information of the MVD.
Base class to tests reconstructed hits based on FairHits for the PANDA QA tasks This class calculate...
virtual void InitHistos() override
Initialize the histograms containing the measurement data in the histogram map.
virtual void FillHistos() override
Fill the output of CalculateResolutions into the corresponding histograms.
QA tests of reconstructed SciT Hits The class calculates the resolution in x,y.z and t in the local ...
virtual void CalculateResolutions(FairHit *fairhit) override
Calculate the resolution of a FairHit based on the MC data from a FairMCPoint.
virtual void AssignMeasurements() override
Extract the measurement values from the histograms like mean or RMS values and assign them to the mea...