11#ifndef CBM_RICH_GEO_TEST_STUDY_REPORT
12#define CBM_RICH_GEO_TEST_STUDY_REPORT
62 virtual string PrintRow(
const string& property,
const string& name);
67 virtual string PrintValue(
int studyId,
const string& valueTitle);
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)
CbmRichGeoTestStudyReport()
Constructor.
virtual ~CbmRichGeoTestStudyReport()
Destructor.
virtual string PrintRow(const string &property, const string &name)
Print one row in a table.
Base class for study reports.