![]() |
ATLAS Offline Software
|
#include "Rtypes.h"#include <TCanvas.h>Go to the source code of this file.
Functions | |
| void | ATLASLabel (Double_t x, Double_t y, char *text=NULL, Color_t color=1) |
| void | ATLASLabelOld (Double_t x, Double_t y, bool Preliminary=false, Color_t color=1) |
| void | ATLASVersion (char *version=NULL, Double_t x=0.88, Double_t y=0.975, Color_t color=1) |
| void | myText (Double_t x, Double_t y, Color_t color, char *text) |
| void | myBoxText (Double_t x, Double_t y, Double_t boxsize, Int_t mcolor, char *text) |
| void | myMarkerText (Double_t x, Double_t y, Int_t color, Int_t mstyle, char *text) |
| void ATLASLabel | ( | Double_t | x, |
| Double_t | y, | ||
| char * | text = NULL, | ||
| Color_t | color = 1 ) |
| void ATLASLabelOld | ( | Double_t | x, |
| Double_t | y, | ||
| bool | Preliminary = false, | ||
| Color_t | color = 1 ) |
Definition at line 64 of file AtlasLabels.cxx.
| void ATLASVersion | ( | char * | version = NULL, |
| Double_t | x = 0.88, | ||
| Double_t | y = 0.975, | ||
| Color_t | color = 1 ) |
|
inline |
Definition at line 301 of file AtlasUtils.h.
|
inline |