File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -207,16 +207,16 @@ struct HFJpsiToEECandidateSelector {
207207 }
208208
209209 // track-level PID RICH selection
210- if (selectorElectron.getStatusTrackPIDRICH (trackPos) != TrackSelectorPID::Status::PIDAccepted ||
211- selectorElectron.getStatusTrackPIDRICH (trackNeg) != TrackSelectorPID::Status::PIDAccepted ) {
210+ if (selectorElectron.getStatusTrackPIDRICH (trackPos) == TrackSelectorPID::Status::PIDRejected ||
211+ selectorElectron.getStatusTrackPIDRICH (trackNeg) == TrackSelectorPID::Status::PIDRejected ) {
212212 hfSelJpsiToEECandidate (0 );
213213 continue ;
214214 }
215215
216216 // track-level muon PID MID selection
217217 // LOGF(info, "Muon selection: Start");
218- if (selectorMuon.getStatusTrackPIDMID (trackPos) != TrackSelectorPID::Status::PIDAccepted ||
219- selectorMuon.getStatusTrackPIDMID (trackNeg) != TrackSelectorPID::Status::PIDAccepted ) {
218+ if (selectorMuon.getStatusTrackPIDMID (trackPos) == TrackSelectorPID::Status::PIDRejected ||
219+ selectorMuon.getStatusTrackPIDMID (trackNeg) == TrackSelectorPID::Status::PIDRejected ) {
220220 // LOGF(info, "Muon selection: Rejected");
221221 hfSelJpsiToEECandidate (0 );
222222 continue ;
You can’t perform that action at this time.
0 commit comments