Skip to content

Commit 237175a

Browse files
authored
Update HadNucleiFemto.cxx
1 parent 48914db commit 237175a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGCF/Femto/FemtoNuclei/TableProducer/HadNucleiFemto.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -576,7 +576,7 @@ struct HadNucleiFemto {
576576
template <typename Ttrack>
577577
bool selectionPIDHadron(const Ttrack& candidate)
578578
{
579-
bool PID;
579+
bool PID = false;
580580
if (settingHadPDGCode == PDG_t::kPiPlus) {
581581
PID = selectionPIDPion(candidate);
582582
MassHad = o2::constants::physics::MassPiPlus;

0 commit comments

Comments
 (0)