EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
CbmRichGeoTestStudyReport.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file CbmRichGeoTestStudyReport.h
1 
7 #ifndef CBM_RICH_GEO_TEST_STUDY_REPORT
8 #define CBM_RICH_GEO_TEST_STUDY_REPORT
9 
10 #include "CbmStudyReport.h"
11 #include <string>
12 #include "TSystem.h"
13 using std::string;
14 
29 {
30 public:
35 
40 
41 protected:
45  void Create();
46 
50  void Draw() {};
51 
58  virtual string PrintRow(
59  const string& property,
60  const string& name);
61 
65  virtual string PrintValue(
66  int studyId,
67  const string& valueTitle);
68 };
69 
70 #endif