Skip to content

Commit 3db31e2

Browse files
committed
explicit call to Sumw2 (cosmetic only)
1 parent b0d3802 commit 3db31e2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Framework/Core/src/StepTHn.cxx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -327,6 +327,8 @@ void StepTHn::createTarget(Int_t step, Bool_t sparse)
327327
}
328328

329329
THnBase* target = mTarget[step];
330+
if (mSumw2[step])
331+
target->Sumw2();
330332

331333
Int_t* binIdx = new Int_t[mNVars];
332334
Int_t* nBins = new Int_t[mNVars];

0 commit comments

Comments
 (0)