|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef PLOTANNOTATIONS_H
6 #define PLOTANNOTATIONS_H
11 #include "TGraphAsymmErrors.h"
21 TLegend*
makeLegend(
double lower_x=0.6,
double lower_y=0.75,
double upper_x=0.92,
double upper_y=0.92,
double textsize=0.04);
26 double getMaxy(
const TGraphAsymmErrors* graph,
double current_max=0.0);
29 #endif // PLOTANNOTATIONS_H
double getMaxy(const TGraphAsymmErrors *graph, double current_max)
void drawATLASlabel(const char *text, double x, double y, double textsize)
void drawDetectorRegionLabel(const char *name, const char *customlabel, double x, double y, double textsize)
void drawDetectorBoundaryLines(const char *bin_var, double y_max)
TLegend * makeLegend(double lower_x, double lower_y, double upper_x, double upper_y, double textsize)
void drawDetectorBoundaryLine(double x, double y_max, int line_style, const char *text)