ATLAS Offline Software
Functions
DataQuality/ZLumiScripts/scripts/Pandas_scripts/plotting/AtlasStyle/AtlasLabels.h File Reference
#include "Rtypes.h"
Include dependency graph for DataQuality/ZLumiScripts/scripts/Pandas_scripts/plotting/AtlasStyle/AtlasLabels.h:

Go to the source code of this file.

Functions

void ATLASLabel (Double_t x, Double_t y, const char *text=NULL, Color_t color=1)
 
void ATLASLabelOld (Double_t x, Double_t y, bool Preliminary=false, Color_t color=1)
 
void ATLASVersion (const char *version=NULL, Double_t x=0.88, Double_t y=0.975, Color_t color=1)
 

Function Documentation

◆ ATLASLabel()

void ATLASLabel ( Double_t  x,
Double_t  y,
const char *  text = NULL,
Color_t  color = 1 
)

◆ ATLASLabelOld()

void ATLASLabelOld ( Double_t  x,
Double_t  y,
bool  Preliminary = false,
Color_t  color = 1 
)

Definition at line 64 of file AtlasLabels.cxx.

65 {
66  TLatex l; //l.SetTextAlign(12); l.SetTextSize(tsize);
67  l.SetNDC();
68  l.SetTextFont(72);
69  l.SetTextColor(color);
70  l.DrawLatex(x,y,"ATLAS");
71  if (Preliminary) {
72  TLatex p;
73  p.SetNDC();
74  p.SetTextFont(42);
75  p.SetTextColor(color);
76  p.DrawLatex(x+0.115,y,"Preliminary");
77  }
78 }

◆ ATLASVersion()

void ATLASVersion ( const char *  version = NULL,
Double_t  x = 0.88,
Double_t  y = 0.975,
Color_t  color = 1 
)
color
Definition: jFexInputByteStreamTool.cxx:25
python.PerfMonSerializer.p
def p
Definition: PerfMonSerializer.py:743
UploadAMITag.l
list l
Definition: UploadAMITag.larcaf.py:158
x
#define x
y
#define y