Merged in avg (pull request #18)

fix batch mode averaged output

Approved-by: Andreas Suter
This commit is contained in:
Ryan M. L. McFadden 2024-09-12 07:28:15 +00:00 committed by Andreas Suter
commit d2984d8923

View File

@ -939,6 +939,7 @@ void PMusrCanvas::HandleCmdKey(Int_t event, Int_t x, Int_t y, TObject *selected)
if (fBatchMode) {
if (fStartWithAvg) { // this is needed to get the averaging in the batch mode
fAveragedView = fStartWithAvg;
HandleAverage();
PlotAverage(true);
}