CbmRoot
CbmAnaDielectronReports.h
Go to the documentation of this file.
1 
7 #ifndef CBM_ANA_DIELECTRON_REPORTS
8 #define CBM_ANA_DIELECTRON_REPORTS
9 
10 #include "TObject.h"
11 #include <string>
12 #include <vector>
13 
22 class CbmAnaDielectronReports : public TObject {
23 public:
28 
32  virtual ~CbmAnaDielectronReports();
33 
34  void CreateStudyReport(const std::string& title,
35  const std::vector<std::string>& fileNames,
36  const std::vector<std::string>& studyNames,
37  const std::string& outputDir);
38 
40 };
41 
42 #endif
CbmAnaDielectronReports::CreateStudyReport
void CreateStudyReport(const std::string &title, const std::vector< std::string > &fileNames, const std::vector< std::string > &studyNames, const std::string &outputDir)
Definition: CbmAnaDielectronReports.cxx:21
CbmAnaDielectronReports
Main class wrapper for report generation.
Definition: CbmAnaDielectronReports.h:22
CbmAnaDielectronReports::ClassDef
ClassDef(CbmAnaDielectronReports, 1)
CbmAnaDielectronReports::~CbmAnaDielectronReports
virtual ~CbmAnaDielectronReports()
Destructor.
Definition: CbmAnaDielectronReports.cxx:19
CbmAnaDielectronReports::CbmAnaDielectronReports
CbmAnaDielectronReports()
Constructor.
Definition: CbmAnaDielectronReports.cxx:17