We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02e98f1 commit f07e24dCopy full SHA for f07e24d
PWGCF/FemtoUniverse/Core/FemtoUniverseSoftPionRemoval.h
@@ -64,7 +64,7 @@ class FemtoUniverseSoftPionRemoval
64
// Getting D0 (part2) children
65
const auto& posChild = particles.iteratorAt(part2.index() - 2);
66
const auto& negChild = particles.iteratorAt(part2.index() - 1);
67
- // Pion and kaon masses
+ // Pion and kaon masses
68
double massPion = o2::constants::physics::MassPiPlus;
69
double massKaon = o2::constants::physics::MassKPlus;
70
// D* reconstruction
0 commit comments