]>
Commit | Line | Data |
---|---|---|
e6e58d52 | 1 | void PresentationStyle() { |
72c59a8c | 2 | gStyle->SetOptStat(1110); |
3 | gStyle->SetOptFit(101); | |
4 | gStyle->SetCanvasColor(10); | |
5 | gStyle->SetPadColor(10); | |
6 | gStyle->SetPaperSize(TStyle::kA4); | |
7 | gStyle->SetTitleOffset(1.2); | |
8 | ||
9 | Int_t error = 0; | |
10 | gROOT->Macro("TDR_style.C", &error); | |
11 | gStyle->SetOptDate(0); | |
12 | gStyle->SetTitleColor(1); | |
13 | gStyle->SetMarkerStyle(kFullCircle); | |
14 | } |