Skip to content

Commit 24bd851

Browse files
authored
Update PWGHF/D2H/Tasks/taskDstarToD0Pi.cxx
1 parent 90fd491 commit 24bd851

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGHF/D2H/Tasks/taskDstarToD0Pi.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -569,7 +569,7 @@ struct HfTaskDstarToD0Pi {
569569
} else if (studyD0ToPiKPi0 && candDstarMcRec.isSelDstarToD0Pi() && (std::abs(candDstarMcRec.flagMcMatchRec()) == hf_decay::hf_cand_dstar::DecayChannelMain::DstarToPiKPiPi0) && (std::abs(candDstarMcRec.flagMcMatchRecD0()) == hf_decay::hf_cand_2prong::DecayChannelMain::D0ToPiKPi0)) {
570570
// Aplly all selection to study D*->D0(piKpi0)pi channel same as signal channel
571571
// MC Matched but to D*->D0(piKpi0)pi channel
572-
auto deltaMDstar = -999.;
572+
double deltaMDstar = -999.;
573573
if (candDstarMcRec.signSoftPi() < 0) {
574574
deltaMDstar = candDstarMcRec.invMassAntiDstar() - candDstarMcRec.invMassD0Bar();
575575
} else {

0 commit comments

Comments
 (0)