File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1043,7 +1043,7 @@ struct HfDataCreatorJpsiHadReduced {
10431043 registry.fill (HIST (" hSelectionsJpsi" ), 2 + aod::SelectionStep::RecoPID, candidate.pt ());
10441044
10451045 int const indexHfCandJpsi = hfJpsi.lastIndex () + 1 ;
1046- float const invMassJpsi = HfHelper::invMassJpsiToMuMu (candidate);
1046+ float invMassJpsi = HfHelper::invMassJpsiToMuMu (candidate);
10471047 registry.fill (HIST (" hMassJpsi" ), invMassJpsi);
10481048 registry.fill (HIST (" hPtJpsi" ), candidate.pt ());
10491049 registry.fill (HIST (" hCpaJpsi" ), candidate.cpa ());
@@ -1410,7 +1410,6 @@ struct HfDataCreatorJpsiHadReduced {
14101410 }
14111411 } // kaon loop
14121412 if (fillHfCandJpsi) { // fill Jpsi table only once per Jpsi candidate
1413- double invMassJpsi{0 .};
14141413 invMassJpsi = HfHelper::invMassJpsiToMuMu (candidate);
14151414 hfJpsi (trackPos.globalIndex (), trackNeg.globalIndex (),
14161415 indexHfReducedCollision,
You can’t perform that action at this time.
0 commit comments