diff --git a/PWGCF/FemtoDream/Core/femtoDreamUtils.h b/PWGCF/FemtoDream/Core/femtoDreamUtils.h index 53cd9e6a36b..beff8c509ac 100644 --- a/PWGCF/FemtoDream/Core/femtoDreamUtils.h +++ b/PWGCF/FemtoDream/Core/femtoDreamUtils.h @@ -54,9 +54,18 @@ inline float getMass(int pdgCode) case o2::constants::physics::Pdg::kPhi: mass = o2::constants::physics::MassPhi; break; + case o2::constants::physics::Pdg::kD0: + mass = o2::constants::physics::MassD0; + break; + case o2::constants::physics::Pdg::kDStar: + mass = o2::constants::physics::MassDStar; + break; case o2::constants::physics::Pdg::kDPlus: mass = o2::constants::physics::MassDPlus; break; + case o2::constants::physics::Pdg::kDS: + mass = o2::constants::physics::MassDS; + break; case o2::constants::physics::Pdg::kLambdaCPlus: mass = o2::constants::physics::MassLambdaCPlus; break;