CbmRoot
Loading...
Searching...
No Matches
CbmLitClusteringQaStudyReport.h
Go to the documentation of this file.
1/* Copyright (C) 2011-2012 GSI/JINR-LIT, Darmstadt/Dubna
2 SPDX-License-Identifier: GPL-3.0-only
3 Authors: Andrey Lebedev [committer] */
4
11
12#ifndef CBMLITCLUSTERINGQASTUDYREPORT_H_
13#define CBMLITCLUSTERINGQASTUDYREPORT_H_
14
15#include "CbmStudyReport.h"
16
17#include <string>
18using std::string;
19
27 public:
32
37
38 private:
42 void Create();
43
47 void Draw();
48
52 string PrintNofObjects() const;
53
55};
56
57#endif /* CBMLITCLUSTERINGQASTUDYREPORT_H_ */
Base class for study reports.
string PrintNofObjects() const
Print number of objects table.
void Create()
Inherited from CbmStudyReport.
void Draw()
Inherited from CbmStudyReport.
CbmStudyReport()
Constructor.