PandaRoot
PndSciTRecoQATask.h
Go to the documentation of this file.
1 //****************************************************************************
2 //* This file is part of PandaRoot. *
3 //* *
4 //* PandaRoot is distributed under the terms of the *
5 //* GNU General Public License (GPL) version 3, *
6 //* copied verbatim in the file "LICENSE". *
7 //* *
8 //* Copyright (C) 2006 - 2024 FAIR GmbH and copyright holders of PandaRoot *
9 //* The copyright holders are listed in the file "COPYRIGHTHOLDERS". *
10 //* The authors are listed in the file "AUTHORS". *
11 //****************************************************************************
12 
23 #ifndef PNDSCITREOCQATASK_H
24 #define PNDSCITREOCQATASK_H
25 
26 // framework includes
27 #include "PndFairHitQATask.h"
28 
29 #include "PndGeoHandling.h"
30 
32  public:
36  void SetParContainers() override;
37 
38  protected:
39  virtual void InitHistos() override;
40  virtual void SetAllBoundaries() override;
41  virtual void CalculateResolutions(FairHit *fairhit) override;
42  virtual void FillHistos() override;
43  virtual void AssignMeasurements() override;
44 
45  private:
46  PndGeoHandling *fGeoH = nullptr;
47 
48  ClassDef(PndSciTRecoQATask, 2);
49 };
50 
51 #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...