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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user