BmnRoot
Loading...
Searching...
No Matches
BmnQaHistoManager.h
Go to the documentation of this file.
1//#include <TObject.h>
2#include <BmnHistManager.h>
3
4#ifndef BMNQAHISTOMANAGER_H
5#define BMNQAHISTOMANAGER_H 1
6
7using namespace std;
8
10public:
11
14
16 virtual ~BmnQaHistoManager();
17
18 // Getters
19 TString GetListOfHistos() {
20 return ToString();
21 }
22
23 // Setters
24
25private:
26
27
28 ClassDef(BmnQaHistoManager, 1);
29
30};
31
32#endif
Histogram manager.
Histogram manager.
TString ToString() const
Return string representation of class.
STL namespace.