]> git.uio.no Git - u/mrichter/AliRoot.git/blob - macros/PresentationStyle.C
- The part of JETAN dealing with ESD data has been separated from the one using MC...
[u/mrichter/AliRoot.git] / macros / PresentationStyle.C
1 void PresentationStyle() {
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 }