MINT2
HyperBinningPainter.h
Go to the documentation of this file.
1 
10 #ifndef HYPERBINNINGPAINTER_HH
11 #define HYPERBINNINGPAINTER_HH
12 
13 // HyperPlot includes
14 #include "Mint/MessageService.h"
15 #include "Mint/RootPlotter1D.h"
16 #include "Mint/RootPlotter2D.h"
17 
18 #include "Mint/BinningBase.h"
19 #include "Mint/HyperHistogram.h"
20 
21 
22 // Root includes
23 #include "TH1D.h"
24 #include "TH2D.h"
25 
26 // std includes
27 
28 
29 
31 
32  protected:
33 
35  bool _density;
37  public:
38 
40 
41  void useDensity(bool val){_density = val;}
44  virtual void draw(TString path = "", TString option = "");
45 
46  virtual ~HyperBinningPainter();
47 
48 };
49 
50 
51 #endif
52 
virtual void draw(TString path="", TString option="")
HyperBinningPainter(HyperHistogram *histogram)
void useDensity(bool val)
HyperHistogram * _histogram