CbmRoot
Loading...
Searching...
No Matches
CbmQaCheckerProfile1DHandler.h
Go to the documentation of this file.
1/* Copyright (C) 2023 GSI Helmholtzzentrum fuer Schwerionenforschung, Darmstadt
2 SPDX-License-Identifier: GPL-3.0-only
3 Authors: Sergei Zharko [committer] */
4
9
10#ifndef CbmQaCheckerProfile1DHandler_h
11#define CbmQaCheckerProfile1DHandler_h 1
12
14
15namespace cbm::qa::checker
16{
20 public:
25 Profile1DHandler(int iObject, int iFile, int iDataset);
26
28 ~Profile1DHandler() = default;
29
32 void CreateCanvases(Option_t* opt = "") override;
33 };
34} // namespace cbm::qa::checker
35
36#endif // CbmQaCheckerProfile1DHandler_h
Handler class for 1D-histograms (including TProfile objects) (declaration)
Specification of the handler for TProfile class.
void CreateCanvases(Option_t *opt="") override
Creates object comparison canvas.
~Profile1DHandler()=default
Destructor.
Profile1DHandler(int iObject, int iFile, int iDataset)
Constructor.