simple-tof-analysis
 All Classes Namespaces Functions Variables Groups Pages
AtlasLabels.h
1 //
2 // @file AtlasLabels.h
3 //
4 // @author M.Sutton
5 //
6 // Copyright (C) 2010 Atlas Collaboration
7 //
8 // $Id: AtlasLabels.h, v0.0 Thu 25 Mar 2010 10:34:20 CET $
9 
10 
11 #ifndef __ATLASLABELS_H
12 #define __ATLASLABELS_H
13 
14 #include "Rtypes.h"
15 
16 void ATLASLabel(Double_t x,Double_t y,char* text=NULL,Color_t color=1);
17 
18 void ATLASLabelOld(Double_t x,Double_t y,bool Preliminary=false,Color_t color=1);
19 
20 void ATLASVersion(char* version=NULL,Double_t x=0.88,Double_t y=0.975,Color_t color=1);
21 
22 void myText(Double_t x,Double_t y,Color_t color,char *text);
23 
24 void myBoxText(Double_t x, Double_t y,Double_t boxsize,Int_t mcolor,char *text);
25 
26 void myMarkerText(Double_t x,Double_t y,Int_t color,Int_t mstyle,char *text);
27 
28 #endif // __ATLASLABELS_H