Skip to content

Commit a9da120

Browse files
committed
linter
1 parent 59a7f49 commit a9da120

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

PWGJE/Tasks/jetSpectraEseTask.cxx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1483,8 +1483,9 @@ struct JetSpectraEseTask {
14831483
if constexpr (fillHist)
14841484
registry.fill(HIST("eventQA/hRhoPhiCheck"), 0.5);
14851485
if (cfgRhoPhiPvalCriteria && cDF < 0.01) {
1486-
modulationFit->SetParameter(1, 0.);
1487-
modulationFit->SetParameter(3, 0.);
1486+
const float noBkg= 0.0f;
1487+
modulationFit->SetParameter(1, noBkg);
1488+
modulationFit->SetParameter(3, noBkg);
14881489
if constexpr (fillHist)
14891490
registry.fill(HIST("eventQA/hRhoPhiCheck"), 1.5);
14901491
}

0 commit comments

Comments
 (0)