![]() |
ATLAS Offline Software
|
Functions | |
TLegend * | makeLegend (double lower_x, double lower_y, double upper_x, double upper_y, double textsize) |
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 | drawDetectorBoundaryLine (double x, double y_max, int line_style, const char *text) |
void | drawDetectorBoundaryLines (const char *bin_var, double y_max) |
double | getMaxy (const TGraphAsymmErrors *graph, double current_max) |
void MuonVertexValidationMacroPlotAnnotations::drawATLASlabel | ( | const char * | text, |
double | x, | ||
double | y, | ||
double | textsize | ||
) |
Definition at line 23 of file PlotAnnotations.cxx.
void MuonVertexValidationMacroPlotAnnotations::drawDetectorBoundaryLine | ( | double | x, |
double | y_max, | ||
int | line_style, | ||
const char * | text | ||
) |
Definition at line 65 of file PlotAnnotations.cxx.
void MuonVertexValidationMacroPlotAnnotations::drawDetectorBoundaryLines | ( | const char * | bin_var, |
double | y_max | ||
) |
Definition at line 84 of file PlotAnnotations.cxx.
void MuonVertexValidationMacroPlotAnnotations::drawDetectorRegionLabel | ( | const char * | name, |
const char * | customlabel, | ||
double | x, | ||
double | y, | ||
double | textsize | ||
) |
Definition at line 35 of file PlotAnnotations.cxx.
double MuonVertexValidationMacroPlotAnnotations::getMaxy | ( | const TGraphAsymmErrors * | graph, |
double | current_max | ||
) |
Definition at line 103 of file PlotAnnotations.cxx.
TLegend * MuonVertexValidationMacroPlotAnnotations::makeLegend | ( | double | lower_x, |
double | lower_y, | ||
double | upper_x, | ||
double | upper_y, | ||
double | textsize | ||
) |
Definition at line 13 of file PlotAnnotations.cxx.