We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 237175a + 977af75 commit 0cc2fa3Copy full SHA for 0cc2fa3
PWGCF/Femto/FemtoNuclei/TableProducer/HadNucleiFemto.cxx
@@ -576,7 +576,7 @@ struct HadNucleiFemto {
576
template <typename Ttrack>
577
bool selectionPIDHadron(const Ttrack& candidate)
578
{
579
- bool PID = false;
+ bool PID = false;
580
if (settingHadPDGCode == PDG_t::kPiPlus) {
581
PID = selectionPIDPion(candidate);
582
MassHad = o2::constants::physics::MassPiPlus;
0 commit comments