Subversion Repositories f9daq

Compare Revisions

Ignore whitespace Rev 37 → Rev 38

/sipmScan/src/RTUtil.cpp
11,12 → 11,19
style->SetStatColor(0);
style->SetPalette(1, 0);
style->SetPadTopMargin(0.13);
style->SetPadBottomMargin(0.13);
style->SetPadLeftMargin(0.13);
style->SetPadRightMargin(0.2);
style->SetMarkerStyle(kFullDotLarge);
//style->SetMarkerSize(7);
style->SetPadTopMargin(0.15);
style->SetPadBottomMargin(0.15);
style->SetPadLeftMargin(0.15);
style->SetPadRightMargin(0.15);
style->SetTitleOffset(1.3, "y");
gStyle->SetPalette(1, 0);
//gStyle->SetPaperSize(TStyle::kA4);
}
//##########################################################################################
RTCanvas::RTCanvas()