10 #ifndef ROOT_PLOTTER_2D_HH 11 #define ROOT_PLOTTER_2D_HH 35 RootPlotter2D(TH1* histogram,
double width = 350,
double height = 300);
40 void addVerticalBox(
double xmin,
double xmax,
int fillColour,
int fillstyle);
virtual double getGlobalMin()
void addHorizontalLine(double ypos, int style=1)
virtual double getGlobalMax()
void addVerticalBox(double xmin, double xmax, int fillColour, int fillstyle)
void addVerticalLine(double xpos, int style=1)
RootPlotter2D(TH1 *histogram, double width=350, double height=300)
virtual void setHistogramStyle(TH1 *histogram, bool setMinMax)