00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011 #ifndef __ATLASLABELS_H
00012 #define __ATLASLABELS_H
00013
00014 #include "Rtypes.h"
00015 #include <TCanvas.h>
00016
00017 void ATLASLabel(Double_t x,Double_t y,char* text=NULL,Color_t color=1);
00018
00019 void ATLASLabelOld(Double_t x,Double_t y,bool Preliminary=false,Color_t color=1);
00020
00021 void ATLASVersion(char* version=NULL,Double_t x=0.88,Double_t y=0.975,Color_t color=1);
00022
00023 void myText(Double_t x,Double_t y,Color_t color,char *text);
00024
00025 void myBoxText(Double_t x, Double_t y,Double_t boxsize,Int_t mcolor,char *text);
00026
00027 void myMarkerText(Double_t x,Double_t y,Int_t color,Int_t mstyle,char *text);
00028
00029 #endif // __ATLASLABELS_H