diff --git a/Modules/EMCAL/src/CellTask.cxx b/Modules/EMCAL/src/CellTask.cxx index aef36f9bad..1f9ad974c6 100644 --- a/Modules/EMCAL/src/CellTask.cxx +++ b/Modules/EMCAL/src/CellTask.cxx @@ -1052,9 +1052,6 @@ void CellTask::CellHistograms::fillHistograms(const o2::emcal::Cell& cell, bool } catch (o2::emcal::InvalidCellIDException& e) { ILOG(Info, Support) << "Invalid cell ID: " << e.getCellID() << ENDM; } - - o2::quality_control_modules::emcal::DrawGridlines::DrawSMGridInTriggerGeo(mCellOccupancyThr); - o2::quality_control_modules::emcal::DrawGridlines::DrawSMGridInTriggerGeo(mCellOccupancyThrBelow); } void CellTask::CellHistograms::countEvent() @@ -1094,6 +1091,8 @@ void CellTask::CellHistograms::startPublishing(o2::quality_control::core::Object publishOptional(mCellAmplitudeCalib_EMCAL); publishOptional(mCellAmplitudeCalib_DCAL); publishOptional(mCellOccupancy); + o2::quality_control_modules::emcal::DrawGridlines::DrawSMGridInTriggerGeo(mCellOccupancyThr); + o2::quality_control_modules::emcal::DrawGridlines::DrawSMGridInTriggerGeo(mCellOccupancyThrBelow); publishOptional(mCellOccupancyThr); publishOptional(mCellOccupancyThrBelow); publishOptional(mCellOccupancyGood);