CbmRoot
Loading...
Searching...
No Matches
CbmQaHist.cxx
Go to the documentation of this file.
1/* Copyright (C) 2020 GSI Helmholtzzentrum fuer Schwerionenforschung, Darmstadt
2 SPDX-License-Identifier: GPL-3.0-only
3 Authors: Sergey Gorbunov [committer] */
4
9
10#include "CbmQaHist.h"
11
13
14// create definitions of specific CbmQaHist classes,
15// otherwise they will not be linked by the ROOT linker
16
17template class CbmQaHist<TH1F>;
18template class CbmQaHist<TH1D>;
19template class CbmQaHist<TH1I>;
20template class CbmQaHist<TProfile>;
21template class CbmQaHist<TProfile2D>;
templateClassImp(CbmQaHist)
Definition of the CbmQaHist class.