From 3db31e2e38491801d5faf48fbfc5019ec0ee17fa Mon Sep 17 00:00:00 2001 From: Jan Fiete Date: Thu, 10 Jul 2025 15:33:37 +0200 Subject: [PATCH] explicit call to Sumw2 (cosmetic only) --- Framework/Core/src/StepTHn.cxx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Framework/Core/src/StepTHn.cxx b/Framework/Core/src/StepTHn.cxx index a091c304f425a..8463fc233492a 100644 --- a/Framework/Core/src/StepTHn.cxx +++ b/Framework/Core/src/StepTHn.cxx @@ -327,6 +327,8 @@ void StepTHn::createTarget(Int_t step, Bool_t sparse) } THnBase* target = mTarget[step]; + if (mSumw2[step]) + target->Sumw2(); Int_t* binIdx = new Int_t[mNVars]; Int_t* nBins = new Int_t[mNVars];