CbmRoot
Loading...
Searching...
No Matches
CbmQaCmpDrawer.cxx
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#include "CbmQaCmpDrawer.h"
11
12#include "TH1F.h"
13#include "TProfile.h"
14
16
17template class CbmQaCmpDrawer<TH1F>;
18template class CbmQaCmpDrawer<TProfile>;
19template class CbmQaCmpDrawer<TH2F>;
20template class CbmQaCmpDrawer<TProfile2D>;
templateClassImp(CbmQaCmpDrawer)
Class for a canvas with a comparison of multiple graphs or histograms (header)
Class to draw a comparison of objects on the provided canvas or pad.