Subversion Repositories f9daq

Compare Revisions

Ignore whitespace Rev 39 → Rev 40

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