Skip to content

Commit e2ebc58

Browse files
committed
fix
1 parent 6464452 commit e2ebc58

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

PWGHF/D2H/TableProducer/candidateCreatorCharmResoReduced.cxx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -469,8 +469,9 @@ struct HfCandidateCreatorCharmResoReduced {
469469
// Retrieve D and V0 informations
470470
float invMassD{0.};
471471
float invMassD0{0.};
472-
if (std::abs(bachD.dType()) == DType::Dplus)
472+
if (std::abs(bachD.dType()) == DType::Dplus) {
473473
invMassD = bachD.invMassDplus();
474+
}
474475
if (bachD.dType() == DType::Dstar) {
475476
invMassD = bachD.invMassDstar();
476477
invMassD0 = bachD.invMassD0();

0 commit comments

Comments
 (0)