CbmRoot
CbmRichGeoTestStudyReport.h
Go to the documentation of this file.
1 
7 #ifndef CBM_RICH_GEO_TEST_STUDY_REPORT
8 #define CBM_RICH_GEO_TEST_STUDY_REPORT
9 
10 #include "CbmStudyReport.h"
11 #include "TSystem.h"
12 #include <string>
13 using std::string;
14 
29 public:
34 
39 
40 protected:
44  void Create();
45 
49  void Draw() {};
50 
57  virtual string PrintRow(const string& property, const string& name);
58 
62  virtual string PrintValue(int studyId, const string& valueTitle);
63 };
64 
65 #endif
CbmRichGeoTestStudyReport::PrintRow
virtual string PrintRow(const string &property, const string &name)
Print one row in a table.
Definition: CbmRichGeoTestStudyReport.cxx:93
CbmStudyReport
Base class for study reports.
Definition: CbmStudyReport.h:26
CbmRichGeoTestStudyReport::PrintValue
virtual string PrintValue(int studyId, const string &valueTitle)
Definition: CbmRichGeoTestStudyReport.cxx:102
CbmRichGeoTestStudyReport::Draw
void Draw()
Inherited from CbmLitStudyReport.
Definition: CbmRichGeoTestStudyReport.h:49
CbmRichGeoTestStudyReport::Create
void Create()
Inherited from CbmLitStudyReport.
Definition: CbmRichGeoTestStudyReport.cxx:24
CbmRichGeoTestStudyReport
Creates study report for RICH geometry testing.
Definition: CbmRichGeoTestStudyReport.h:28
CbmRichGeoTestStudyReport::~CbmRichGeoTestStudyReport
virtual ~CbmRichGeoTestStudyReport()
Destructor.
Definition: CbmRichGeoTestStudyReport.cxx:22
CbmRichGeoTestStudyReport::CbmRichGeoTestStudyReport
CbmRichGeoTestStudyReport()
Constructor.
Definition: CbmRichGeoTestStudyReport.cxx:18
CbmStudyReport.h
Base class for study reports.