Skip to content

Commit 0bf41eb

Browse files
committed
chore: comment changes
1 parent 5f629aa commit 0bf41eb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Framework/src/TrendingTask.cxx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -434,6 +434,7 @@ TCanvas* TrendingTask::drawPlot(const TrendingTaskConfig::Plot& plotConfig)
434434
// QCG doesn't empty the buffers before visualizing the plotConfig, nor does ROOT when saving the file,
435435
// so we have to do it here.
436436
htemp->BufferEmpty();
437+
// we keep the pointer to bg histogram for later postprocessing
437438
if (!background) {
438439
background = htemp;
439440
}

0 commit comments

Comments
 (0)