Merged in avg (pull request #18)
fix batch mode averaged output Approved-by: Andreas Suter
This commit is contained in:
commit
d2984d8923
@ -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);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user