Skip to content

Commit 81d6fc9

Browse files
bug fix
1 parent 35b1c47 commit 81d6fc9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

PWGLF/TableProducer/Nuspex/LFTreeCreatorClusterStudies.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1122,8 +1122,8 @@ struct LfTreeCreatorClusterStudies {
11221122
return;
11231123
m_hAnalysis.fill(HIST("massPi0Mc"), std::sqrt((posMcParticle.e() + negMcParticle.e()) * (posMcParticle.e() + negMcParticle.e()) -
11241124
(posMcParticle.px() + negMcParticle.px()) * (posMcParticle.px() + posMcParticle.px()) -
1125-
(posMcParticle.py() + negMcParticle.py()) * (posMcParticle.py() + posMcParticle.py())) -
1126-
(posMcParticle.pz() + negMcParticle.pz()) * (posMcParticle.pz() + posMcParticle.pz()))));
1125+
(posMcParticle.py() + negMcParticle.py()) * (posMcParticle.py() + posMcParticle.py()) -
1126+
(posMcParticle.pz() + negMcParticle.pz()) * (posMcParticle.pz() + posMcParticle.pz()));
11271127
break;
11281128
}
11291129
}

0 commit comments

Comments
 (0)