MINT2
HyperBinningPainter1D.h
Go to the documentation of this file.
1 
10 #ifndef HYPERBINNINGPAINTER1D_HH
11 #define HYPERBINNINGPAINTER1D_HH
12 
13 // HyperPlot includes
14 #include "Mint/MessageService.h"
15 #include "Mint/RootPlotter1D.h"
16 #include "Mint/RootPlotter2D.h"
18 
19 
20 // Root includes
21 #include "TH1D.h"
22 #include "TH2D.h"
23 
24 // std includes
25 
26 
27 
28 
30 
31  protected:
32 
33  public:
34 
36 
37  TH1D* getHistogram(TString histname);
38 
39  virtual void draw(TString path = "", TString option = "");
40 
41  virtual ~HyperBinningPainter1D();
42 
43 };
44 
45 
46 
47 #endif
48 
virtual void draw(TString path="", TString option="")
HyperBinningPainter1D(HyperHistogram *histogram)
TH1D * getHistogram(TString histname)