CbmRoot
Loading...
Searching...
No Matches
CbmAnaDielectronReports.h
Go to the documentation of this file.
1/* Copyright (C) 2012-2016 UGiessen, JINR-LIT
2 SPDX-License-Identifier: GPL-3.0-only
3 Authors: Semen Lebedev [committer] */
4
5#ifndef CBM_ANA_DIELECTRON_REPORTS
6#define CBM_ANA_DIELECTRON_REPORTS
7
8#include "TObject.h"
9
10#include <string>
11#include <vector>
12
21class CbmAnaDielectronReports : public TObject {
22public:
27
32
33 void CreateStudyReport(const std::string& title, const std::vector<std::string>& fileNames,
34 const std::vector<std::string>& studyNames, const std::string& outputDir);
35
37};
38
39#endif
Main class wrapper for report generation.
void CreateStudyReport(const std::string &title, const std::vector< std::string > &fileNames, const std::vector< std::string > &studyNames, const std::string &outputDir)
virtual ~CbmAnaDielectronReports()
Destructor.
ClassDef(CbmAnaDielectronReports, 1)