#include <vector>
#include <string>
#include "TGraphAsymmErrors.h"
#include "TLatex.h"
#include "TString.h"
#include "TLegend.h"
#include "TLine.h"
#include "TColor.h"
Go to the source code of this file.
|
TLegend * | MuonVertexValidationMacroPlotAnnotations::makeLegend (double lower_x, double lower_y, double upper_x, double upper_y, double textsize) |
|
void | MuonVertexValidationMacroPlotAnnotations::drawATLASlabel (const char *text, double x, double y, double textsize) |
|
void | MuonVertexValidationMacroPlotAnnotations::drawDetectorRegionLabel (const char *name, const char *customlabel, double x, double y, double textsize) |
|
void | MuonVertexValidationMacroPlotAnnotations::drawDetectorBoundaryLine (double x, double y_max, int line_style, const char *text) |
|
void | MuonVertexValidationMacroPlotAnnotations::drawDetectorBoundaryLines (const char *bin_var, double y_max) |
|
double | MuonVertexValidationMacroPlotAnnotations::getMaxy (const TGraphAsymmErrors *graph, double current_max) |
|