We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90fd491 commit 24bd851Copy full SHA for 24bd851
PWGHF/D2H/Tasks/taskDstarToD0Pi.cxx
@@ -569,7 +569,7 @@ struct HfTaskDstarToD0Pi {
569
} 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)) {
570
// Aplly all selection to study D*->D0(piKpi0)pi channel same as signal channel
571
// MC Matched but to D*->D0(piKpi0)pi channel
572
- auto deltaMDstar = -999.;
+ double deltaMDstar = -999.;
573
if (candDstarMcRec.signSoftPi() < 0) {
574
deltaMDstar = candDstarMcRec.invMassAntiDstar() - candDstarMcRec.invMassD0Bar();
575
} else {
0 commit comments