35 |
|
// tdrStyle->SetHistFillStyle(0); |
36 |
|
tdrStyle->SetHistLineColor(1); |
37 |
|
tdrStyle->SetHistLineStyle(0); |
38 |
< |
tdrStyle->SetHistLineWidth(1); |
38 |
> |
tdrStyle->SetHistLineWidth(2); |
39 |
|
// tdrStyle->SetLegoInnerR(Float_t rad = 0.5); |
40 |
|
// tdrStyle->SetNumberContours(Int_t number = 20); |
41 |
|
|
50 |
|
tdrStyle->SetFitFormat("5.4g"); |
51 |
|
tdrStyle->SetFuncColor(2); |
52 |
|
tdrStyle->SetFuncStyle(1); |
53 |
< |
tdrStyle->SetFuncWidth(1); |
53 |
> |
tdrStyle->SetFuncWidth(2); |
54 |
|
|
55 |
|
//For the date: |
56 |
|
tdrStyle->SetOptDate(0); |
59 |
|
|
60 |
|
// For the statistics box: |
61 |
|
tdrStyle->SetOptFile(0); |
62 |
< |
tdrStyle->SetOptStat(0); // To display the mean and RMS: SetOptStat("mr"); |
62 |
> |
tdrStyle->SetOptStat(0); |
63 |
> |
// tdrStyle->SetOptStat("oueMri"); // To display the mean and RMS: SetOptStat("mr"); |
64 |
|
tdrStyle->SetStatColor(kWhite); |
65 |
|
tdrStyle->SetStatFont(42); |
66 |
|
tdrStyle->SetStatFontSize(0.025); |
67 |
|
tdrStyle->SetStatTextColor(1); |
68 |
|
tdrStyle->SetStatFormat("6.4g"); |
69 |
|
tdrStyle->SetStatBorderSize(1); |
70 |
< |
tdrStyle->SetStatH(0.1); |
71 |
< |
tdrStyle->SetStatW(0.15); |
70 |
> |
tdrStyle->SetStatH(0.12); |
71 |
> |
tdrStyle->SetStatW(0.18); |
72 |
|
// tdrStyle->SetStatStyle(Style_t style = 1001); |
73 |
|
// tdrStyle->SetStatX(Float_t x = 0); |
74 |
|
// tdrStyle->SetStatY(Float_t y = 0); |