11 #ifndef __ATLASLABELS_H
12 #define __ATLASLABELS_H
16 void ATLASLabel(Double_t x,Double_t y,
char* text=NULL,Color_t color=1);
18 void ATLASLabelOld(Double_t x,Double_t y,
bool Preliminary=
false,Color_t color=1);
20 void ATLASVersion(
char* version=NULL,Double_t x=0.88,Double_t y=0.975,Color_t color=1);
22 void myText(Double_t x,Double_t y,Color_t color,
char *text);
24 void myBoxText(Double_t x, Double_t y,Double_t boxsize,Int_t mcolor,
char *text);
26 void myMarkerText(Double_t x,Double_t y,Int_t color,Int_t mstyle,
char *text);
28 #endif // __ATLASLABELS_H