2 cout << endl <<
"::: Welcome to ROOT" <<
" v " << gROOT->GetVersionInt() << endl;
3 cout <<
"::: * Aliases defined in rootalias.C" << endl;
4 cout <<
"::: - List them with q<TAB> " << endl;
5 cout <<
"::: * Visualisation style defined in rootlogon.C" << endl;
6 cout <<
"::: - Add line gROOT->SetStyle(\"clearRetro\"); to your script to use it" << endl;
9 TStyle *hipStyle=
new TStyle(
"clearRetro",
"HIP plots style for publications");
13 hipStyle->SetFrameBorderMode(0);
14 hipStyle->SetCanvasBorderMode(0);
15 hipStyle->SetPadBorderMode(0);
16 hipStyle->SetPadBorderSize(0);
17 hipStyle->SetPadColor(0);
18 hipStyle->SetCanvasColor(0);
19 hipStyle->SetTitleColor(0);
20 hipStyle->SetStatColor(0);
21 hipStyle->SetFillColor(0);
23 hipStyle->SetTextSize(0.05);
25 hipStyle->SetHistLineWidth(2);
26 hipStyle->SetLineWidth(2);
28 hipStyle->SetPadBottomMargin(0.10);
29 hipStyle->SetTitleBorderSize(0);
30 hipStyle->SetPadLeftMargin(0.20);
124 gROOT->SetStyle(
"clearRetro");