6 from ROOT
import TStyle
8 atlasStyle = TStyle(
"myStyle",
"myStyle");
10 atlasStyle.SetOptStat(0)
11 atlasStyle.SetPalette(1)
14 atlasStyle.SetFrameBorderMode(icol);
15 atlasStyle.SetFrameFillColor(icol);
16 atlasStyle.SetCanvasBorderMode(icol);
17 atlasStyle.SetCanvasColor(icol);
18 atlasStyle.SetPadBorderMode(icol);
19 atlasStyle.SetPadColor(icol);
20 atlasStyle.SetStatColor(icol);
21 atlasStyle.SetTitleFillColor(icol);
29 atlasStyle.SetPaperSize(20,26);
30 atlasStyle.SetPadTopMargin(0.05);
31 atlasStyle.SetPadRightMargin(0.05);
32 atlasStyle.SetPadBottomMargin(0.16);
33 atlasStyle.SetPadLeftMargin(0.16);
38 atlasStyle.SetTextFont(font);
39 atlasStyle.SetTextSize(tsize);
41 atlasStyle.SetLabelFont(font,
"x");
42 atlasStyle.SetLabelFont(font,
"y");
43 atlasStyle.SetLabelFont(font,
"z");
45 atlasStyle.SetTitleFont(font,
"x");
46 atlasStyle.SetTitleFont(font,
"y");
47 atlasStyle.SetTitleFont(font,
"z");
48 atlasStyle.SetTitleFont(font,
"");
50 atlasStyle.SetLabelSize(tsize,
"x");
51 atlasStyle.SetLabelSize(tsize,
"y");
52 atlasStyle.SetLabelSize(tsize,
"z");
54 atlasStyle.SetTitleSize(tsize,
"x");
55 atlasStyle.SetTitleSize(tsize,
"y");
56 atlasStyle.SetTitleSize(tsize,
"z");
58 atlasStyle.SetTitleSize(0.05,
"");
59 atlasStyle.SetTitleOffset(1.40,
"");
61 atlasStyle.SetStatFont(font);
75 atlasStyle.SetMarkerStyle(20);
76 atlasStyle.SetMarkerSize(1.2);
77 atlasStyle.SetHistLineWidth(1);
78 atlasStyle.SetLineStyleString(2,
"[12 12]");
83 atlasStyle.SetEndErrorSize(0.);
86 atlasStyle.SetOptTitle(0);
88 atlasStyle.SetOptStat(0);
90 atlasStyle.SetOptFit(0);
92 atlasStyle.SetPadTickX(1);
93 atlasStyle.SetPadTickY(1);