ATLAS Offline Software
|
#include "AtlasLabels.h"
#include "TLatex.h"
#include "TLine.h"
#include "TPave.h"
#include "TPad.h"
#include "TMarker.h"
#include <string>
Go to the source code of this file.
Functions | |
void | ATLASLabel (Double_t x, Double_t y, const std::string &text, Color_t color, int nx, int ny) |
void | Label (Double_t x, Double_t y, const std::string &text, Color_t color, int nx, int ny) |
void | ATLASLabelOld (Double_t x, Double_t y, bool Preliminary, Color_t color) |
void | ATLASVersion (const std::string &version, Double_t x, Double_t y, Color_t color) |
Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
Definition in file AtlasLabels.cxx.
void ATLASLabel | ( | Double_t | x, |
Double_t | y, | ||
const std::string & | text, | ||
Color_t | color, | ||
int | nx, | ||
int | ny | ||
) |
Definition at line 21 of file AtlasLabels.cxx.
void ATLASLabelOld | ( | Double_t | x, |
Double_t | y, | ||
bool | Preliminary, | ||
Color_t | color | ||
) |
Definition at line 64 of file AtlasLabels.cxx.
void ATLASVersion | ( | const std::string & | version, |
Double_t | x, | ||
Double_t | y, | ||
Color_t | color | ||
) |
Definition at line 82 of file AtlasLabels.cxx.
Definition at line 42 of file AtlasLabels.cxx.