This commit is contained in:
suter_a 2024-09-12 09:29:03 +02:00
commit 00b012d0dd

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);
}