| 1,6 → 1,4 |
| //########################################################################################## |
| #include "TGaxis.h" |
| |
| void RTSetStyle(TStyle *style) |
| { |
| style->SetStatBorderSize(1); |
| 16,20 → 14,16 |
| style->SetMarkerStyle(kFullDotLarge); |
| //style->SetMarkerSize(7); |
| |
| style->SetOptStat("e"); |
| style->SetOptFit(1); |
| |
| style->SetPadTopMargin(0.12); |
| style->SetPadBottomMargin(0.12); |
| style->SetPadLeftMargin(0.12); |
| style->SetPadRightMargin(0.12); |
| style->SetPadTopMargin(0.15); |
| style->SetPadBottomMargin(0.15); |
| style->SetPadLeftMargin(0.15); |
| style->SetPadRightMargin(0.15); |
| |
| style->SetTitleOffset(1.3, "y"); |
| style->SetPalette(1, 0); |
| gStyle->SetPalette(1, 0); |
| |
| style->SetPaperSize(TStyle::kA4); |
| |
| TGaxis::SetMaxDigits(4); |
| //gStyle->SetPaperSize(TStyle::kA4); |
| } |
| //########################################################################################## |
| RTCanvas::RTCanvas() |