CbmRoot
Loading...
Searching...
No Matches
CbmRichGeoTestStudyReport.h
Go to the documentation of this file.
1/* Copyright (C) 2012 UGiessen/JINR-LIT, Giessen/Dubna
2 SPDX-License-Identifier: GPL-3.0-only
3 Authors: Semen Lebedev [committer] */
4
11#ifndef CBM_RICH_GEO_TEST_STUDY_REPORT
12#define CBM_RICH_GEO_TEST_STUDY_REPORT
13
14#include "CbmStudyReport.h"
15#include "TSystem.h"
16
17#include <string>
18using std::string;
19
34 public:
39
44
45 protected:
49 void Create();
50
54 void Draw(){};
55
62 virtual string PrintRow(const string& property, const string& name);
63
67 virtual string PrintValue(int studyId, const string& valueTitle);
68};
69
70#endif
Base class for study reports.
Creates study report for RICH geometry testing.
void Draw()
Inherited from CbmLitStudyReport.
void Create()
Inherited from CbmLitStudyReport.
virtual string PrintValue(int studyId, const string &valueTitle)
virtual ~CbmRichGeoTestStudyReport()
Destructor.
virtual string PrintRow(const string &property, const string &name)
Print one row in a table.
Base class for study reports.