Skip to content

Commit 37eb6ef

Browse files
committed
Revert typo
1 parent 9c3f8c0 commit 37eb6ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PWGHF/D2H/Tasks/taskCd.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -681,7 +681,7 @@ struct HfTaskCd {
681681
void fillHistosMcGen(CandCdMcGen const& mcParticles, Coll const& recoCollisions)
682682
{
683683
for (const auto& particle : mcParticles) {
684-
if (std::abs(particle.flagMcMatchGen()) == hf_decay::hf_cand_3prong::DecayChannelMain::CDeuteronToDeKPi) {
684+
if (std::abs(particle.flagMcMatchGen()) != hf_decay::hf_cand_3prong::DecayChannelMain::CDeuteronToDeKPi) {
685685
continue;
686686
}
687687
const auto yGen = RecoDecay::y(particle.pVector(), o2::constants::physics::MassCDeuteron);

0 commit comments

Comments
 (0)