-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrootlogon.C
36 lines (27 loc) · 894 Bytes
/
rootlogon.C
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
gROOT->Macro("/home/oulongwu/rootinit/HallA_style.cxx");
//gStyle->SetTitleX(0.5);
//gStyle->SetTitleAlign(23);
//gStyle->SetTitleBorderSize(0);
//gStyle->SetTitleFillColor(0);
gStyle->SetPadTopMargin(0.10);
gStyle->SetPadLeftMargin(0.125);
gStyle->SetPadBottomMargin(0.10);
gStyle->SetPadTickX(1);
gStyle->SetPadTickY(1);
gStyle->SetPadGridX(0);
gStyle->SetPadGridY(0);
gStyle->SetLineWidth(2); // Line width of axis
gStyle->SetLabelSize(0.04, "XYZ");
gStyle->SetTitleFont(132, "XYZ");
gStyle->SetTitleSize(0.05, "XYZ");
//gStyle->SetOptStat(0);
//gStyle->SetOptTitle(0);
//gStyle->SetOptDate(0);
//gStyle->SetFrameBorderMode(0);
//gStyle->SetCanvasBorderMode(0);
//gStyle->SetPadBorderMode(0);
//gStyle->SetCanvasColor(0);
//gStyle->SetPadColor(0);
//gStyle->SetFuncColor(kRed);
}