We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62abacd commit 9ff65bbCopy full SHA for 9ff65bb
1 file changed
PWGHF/HFL/TableProducer/electronSelectionWithTpcEmcal.cxx
@@ -326,7 +326,7 @@ struct HfElectronSelectionWithTpcEmcal {
326
if ((track.phi() < phiTrackEMCalMin || track.phi() > phiTrackEMCalMax) && (track.phi() < phiTrackDCalMin || track.phi() > phiTrackDCalMax)) {
327
return false;
328
}
329
- if (track.pt() < ptTrackMin) {
+ if (track.pt() < ptTrackMin || track.pt() > ptTrackMax) {
330
331
332
return true;
0 commit comments