File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -603,11 +603,11 @@ struct HfCandidateSelectorXicToXiPiPi {
603603 // PID selection //
604604 // //////////////////////////////////////////////
605605 if (usePid) {
606- TrackSelectorPID::Status statusPidPi0 = TrackSelectorPID::NotApplicable ;
607- TrackSelectorPID::Status statusPidPi1 = TrackSelectorPID::NotApplicable ;
608- TrackSelectorPID::Status statusPidPiXi = TrackSelectorPID::NotApplicable ;
609- TrackSelectorPID::Status statusPidPrLam = TrackSelectorPID::NotApplicable ;
610- TrackSelectorPID::Status statusPidPiLam = TrackSelectorPID::NotApplicable ;
606+ TrackSelectorPID::Status statusPidPi0;
607+ TrackSelectorPID::Status statusPidPi1;
608+ TrackSelectorPID::Status statusPidPiXi;
609+ TrackSelectorPID::Status statusPidPrLam;
610+ TrackSelectorPID::Status statusPidPiLam;
611611
612612 // assign proton and pion hypothesis to V0 daughters
613613 auto trackPr = trackV0PosDau;
You can’t perform that action at this time.
0 commit comments