26 #ifndef __LEPBandPlot__
27 #define __LEPBandPlot__
31 #if (defined (STANDALONE) or defined (__CINT__) )
37 #include "TGraphErrors.h"
LEPBandPlot(const char *name, const char *title, const int n_points, double *x_vals, double *sb_vals, double *b_vals, double *b_rms, double *exp_vals=0)
Constructor.
void draw(const char *options="")
Draw on canvas.
TGraph * m_b_band_graph_1sigma
The b band 1 sigma.
TGraph * m_sb_line_graph
The sb line.
TLegend * m_legend
The legend.
void print(const char *options="")
Print the relevant information.
TGraph * m_b_band_graph_2sigma
The b band 2 sigma.
void dumpToFile(const char *RootFileName, const char *options)
All the objects are written to rootfile.
TGraph * m_data_line_graph
The data line.
void setTitle(const char *title)
Set the title of the plot.
StatisticalPlot: the base class for the statistical plots.
TLine * m_zero_line
The line at 0.
~LEPBandPlot()
Destructor.
void setXaxisTitle(const char *title)
Set the title of the x axis.
TGraph * m_b_line_graph
The b line.
LEPBandPlot: The plot for the CL bands "a la LEP".