File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
PWGLF/TableProducer/Nuspex Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -608,7 +608,7 @@ struct EbyeMaker {
608608 if (track.tpcNClsFound () < trackNclusTpcCut || track.tpcNClsCrossedRows () < trackNcrossedRows)
609609 continue ;
610610 histos.fill (HIST (" QA/tpcSignal" ), track.tpcInnerParam (), track.tpcSignal ());
611- if (trackPt > ptMin[0 ] && trackPt < ptMax[0 ] && ((track.sign () < 0 && countOnlyLSTrk == TracksCharge::kNegative ) || (track.sign () > 0 && countOnlyLSTrk == TracksCharge::kPositive ) || (countOnlyLSTrk == TracksCharge::kAll ))){
611+ if (trackPt > ptMin[0 ] && trackPt < ptMax[0 ] && ((track.sign () < 0 && countOnlyLSTrk == TracksCharge::kNegative ) || (track.sign () > 0 && countOnlyLSTrk == TracksCharge::kPositive ) || (countOnlyLSTrk == TracksCharge::kAll ))) {
612612 nTracksColl++;
613613 nTracksCollFull++;
614614 }
You can’t perform that action at this time.
0 commit comments