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