We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f629aa commit 0bf41ebCopy full SHA for 0bf41eb
Framework/src/TrendingTask.cxx
@@ -434,6 +434,7 @@ TCanvas* TrendingTask::drawPlot(const TrendingTaskConfig::Plot& plotConfig)
434
// QCG doesn't empty the buffers before visualizing the plotConfig, nor does ROOT when saving the file,
435
// so we have to do it here.
436
htemp->BufferEmpty();
437
+ // we keep the pointer to bg histogram for later postprocessing
438
if (!background) {
439
background = htemp;
440
}
0 commit comments