10 atlasStyle = TStyle(
"myStyle",
"myStyle")
12 atlasStyle.SetOptStat(0)
13 atlasStyle.SetPalette(1)
16 atlasStyle.SetFrameBorderMode(icol)
17 atlasStyle.SetFrameFillColor(icol)
18 atlasStyle.SetCanvasBorderMode(icol)
19 atlasStyle.SetCanvasColor(icol)
20 atlasStyle.SetPadBorderMode(icol)
21 atlasStyle.SetPadColor(icol)
22 atlasStyle.SetStatColor(icol)
23 atlasStyle.SetTitleFillColor(icol)
31 atlasStyle.SetPaperSize(20,26)
32 atlasStyle.SetPadTopMargin(0.05)
33 atlasStyle.SetPadRightMargin(0.13)
34 atlasStyle.SetPadBottomMargin(0.16)
35 atlasStyle.SetPadLeftMargin(0.15)
40 atlasStyle.SetTextFont(font)
41 atlasStyle.SetTextSize(tsize)
43 atlasStyle.SetLabelFont(font,
"x")
44 atlasStyle.SetLabelFont(font,
"y")
45 atlasStyle.SetLabelFont(font,
"z")
47 atlasStyle.SetTitleFont(font,
"x")
48 atlasStyle.SetTitleFont(font,
"y")
49 atlasStyle.SetTitleFont(font,
"z")
50 atlasStyle.SetTitleFont(font,
"")
52 atlasStyle.SetLabelSize(tsize,
"x")
53 atlasStyle.SetLabelSize(tsize,
"y")
54 atlasStyle.SetLabelSize(tsize,
"z")
56 atlasStyle.SetTitleSize(tsize,
"x")
57 atlasStyle.SetTitleSize(tsize,
"y")
58 atlasStyle.SetTitleSize(tsize,
"z")
60 atlasStyle.SetTitleSize(0.05,
"")
61 atlasStyle.SetTitleFont(font,
"x")
62 atlasStyle.SetTitleFont(font,
"y")
63 atlasStyle.SetTitleFont(font,
"z")
68 atlasStyle.SetStatFont(font)
82 atlasStyle.SetMarkerStyle(20)
83 atlasStyle.SetMarkerSize(1.2)
84 atlasStyle.SetHistLineWidth(1)
85 atlasStyle.SetLineStyleString(2,
"[12 12]")
90 atlasStyle.SetEndErrorSize(0.)
93 atlasStyle.SetOptTitle(0)
98 atlasStyle.SetOptFit(0)
100 atlasStyle.SetPadTickX(1)
101 atlasStyle.SetPadTickY(1)
112 l.SetTextColor(color)
114 delx = 0.115*696*gPad.GetWh()/(472*gPad.GetWw())
116 l.DrawLatex(x,y,
"ATLAS")
121 p.SetTextColor(color)
122 p.DrawLatex(x+delx,y,text)