Single Histo Fits: changed normalization from "per bin" to "per nsec" which has the advantage of being really instrument independent

This commit is contained in:
nemu
2008-11-12 07:09:46 +00:00
parent 5e70846347
commit 0bd41f5fd0
3 changed files with 19 additions and 12 deletions

View File

@@ -1303,7 +1303,7 @@ void PMusrCanvas::PlotData()
if (runList->at(0).fLifetimeCorrection) { // lifetime correction
yAxisTitle = "asymmetry";
} else { // no liftime correction
yAxisTitle = "N(t) per bin";
yAxisTitle = "N(t) per nsec";
}
break;
case MSR_PLOT_ASYM: