37 TStyle *atlasStyle = gROOT->GetStyle(
"Plain");
41 atlasStyle->SetFrameBorderMode(icol);
42 atlasStyle->SetFrameFillColor(icol);
43 atlasStyle->SetCanvasBorderMode(icol);
44 atlasStyle->SetCanvasColor(icol);
45 atlasStyle->SetPadBorderMode(icol);
46 atlasStyle->SetPadColor(icol);
47 atlasStyle->SetStatColor(icol);
51 atlasStyle->SetPaperSize(20,26);
54 atlasStyle->SetPadTopMargin(0.05);
55 atlasStyle->SetPadRightMargin(0.05);
56 atlasStyle->SetPadBottomMargin(0.16);
57 atlasStyle->SetPadLeftMargin(0.16);
60 atlasStyle->SetTitleXOffset(1.4);
61 atlasStyle->SetTitleYOffset(1.4);
67 atlasStyle->SetTextFont(font);
69 atlasStyle->SetTextSize(tsize);
70 atlasStyle->SetLabelFont(font,
"x");
71 atlasStyle->SetTitleFont(font,
"x");
72 atlasStyle->SetLabelFont(font,
"y");
73 atlasStyle->SetTitleFont(font,
"y");
74 atlasStyle->SetLabelFont(font,
"z");
75 atlasStyle->SetTitleFont(font,
"z");
77 atlasStyle->SetLabelSize(tsize,
"x");
78 atlasStyle->SetTitleSize(tsize,
"x");
79 atlasStyle->SetLabelSize(tsize,
"y");
80 atlasStyle->SetTitleSize(tsize,
"y");
81 atlasStyle->SetLabelSize(tsize,
"z");
82 atlasStyle->SetTitleSize(tsize,
"z");
85 atlasStyle->SetMarkerStyle(20);
86 atlasStyle->SetMarkerSize(1.2);
87 atlasStyle->SetHistLineWidth(2.);
88 atlasStyle->SetLineStyleString(2,
"[12 12]");
93 atlasStyle->SetEndErrorSize(0.);
96 atlasStyle->SetOptTitle(0);
98 atlasStyle->SetOptStat(0);
100 atlasStyle->SetOptFit(0);
103 atlasStyle->SetPadTickX(1);
104 atlasStyle->SetPadTickY(1);
116 const Int_t NCont = 98;
120 const Int_t NRGBs = 7;
122 Double_t stops[NRGBs] = { 0.00, 0.20, 0.50, 0.60, 0.70, 0.90, 1.00 };
124 Double_t
red[NRGBs] = { 0.00, 0.00, 0.00, 0.60, 0.90, 1.00, 0.50 };
125 Double_t
green[NRGBs] = { 0.00, 0.00, 0.40, 0.95, 1.00, 0.20, 0.00 };
126 Double_t blue[NRGBs] = { 0.00, 1.00, 1.00, 0.10, 0.00, 0.00, 0.00 };
130 const Int_t NRGBs = 7;
132 Double_t stops[NRGBs] = { 0.00, 0.20, 0.30, 0.60, 0.70, 0.90, 1.00 };
134 Double_t
red[NRGBs] = { 0.00, 0.00, 0.00, 0.60, 0.90, 1.00, 0.80 };
135 Double_t
green[NRGBs] = { 0.00, 0.00, 0.40, 0.95, 1.00, 0.20, 0.00 };
136 Double_t blue[NRGBs] = { 0.00, 1.00, 1.00, 0.10, 0.00, 0.00, 0.00 };
139 TColor::CreateGradientColorTable(NRGBs, stops,
red,
green, blue, NCont);
140 style->SetNumberContours(NCont);