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.
1 parent 48914db commit 237175aCopy full SHA for 237175a
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;
+ bool PID = false;
580
if (settingHadPDGCode == PDG_t::kPiPlus) {
581
PID = selectionPIDPion(candidate);
582
MassHad = o2::constants::physics::MassPiPlus;
0 commit comments