|
CbmRoot
|
Handler for 1D-histograms. More...
#include <CbmQaCheckerHist1DHandler.h>
Public Member Functions | |
| Hist1DHandler (int iObject, int iFile, int iDataset) | |
| Constructor. | |
| ~Hist1DHandler ()=default | |
| Destructor. | |
| Result | Compare (int iVersion) const override |
| Compares objects to default. | |
| void | CreateCanvases (Option_t *opt="") override |
| Creates object comparison canvas. | |
Handler for 1D-histograms.
The handler keeps one-dimensional histogram objects of the same quantity within different code versions and provides several comparison methods including point-by-point comparison, test of ratio deviation and statistical hypothesis tests (Chi2 test).
Definition at line 29 of file CbmQaCheckerHist1DHandler.h.
| Hist1DHandler::Hist1DHandler | ( | int | iObject, |
| int | iFile, | ||
| int | iDataset ) |
Constructor.
| iObject | Index of object |
| iFile | Index of file |
| iDataset | Index of dataset |
Definition at line 35 of file CbmQaCheckerHist1DHandler.cxx.
|
default |
Destructor.
|
overridevirtual |
Compares objects to default.
| iVersion | Version index |
Implements cbm::qa::checker::ObjectHandler.
Definition at line 43 of file CbmQaCheckerHist1DHandler.cxx.
|
overridevirtual |
Creates object comparison canvas.
| opt | Canvas options |
Reimplemented from cbm::qa::checker::ObjectHandler.
Definition at line 181 of file CbmQaCheckerHist1DHandler.cxx.