diff --git a/PWGCF/Femto/FemtoNuclei/TableProducer/HadNucleiFemto.cxx b/PWGCF/Femto/FemtoNuclei/TableProducer/HadNucleiFemto.cxx index b21bbafc5d2..73a2d246bc4 100644 --- a/PWGCF/Femto/FemtoNuclei/TableProducer/HadNucleiFemto.cxx +++ b/PWGCF/Femto/FemtoNuclei/TableProducer/HadNucleiFemto.cxx @@ -576,7 +576,7 @@ struct HadNucleiFemto { template bool selectionPIDHadron(const Ttrack& candidate) { - bool PID = false; + bool PID = false; if (settingHadPDGCode == PDG_t::kPiPlus) { PID = selectionPIDPion(candidate); MassHad = o2::constants::physics::MassPiPlus;