Skip to content

Commit 6ce49b8

Browse files
committed
reverse hasTPC
1 parent ab453bd commit 6ce49b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGLF/Tasks/GlobalEventProperties/uccZdc.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,7 @@ struct UccZdc {
491491
int itsTracks = 0, glbTracks = 0;
492492
float et = 0., meanpt = 0.;
493493
for (const auto& track : tracks) {
494-
if (!track.hasTPC() && track.hasITS() && track.itsNCls() >= minITSnCls) {
494+
if (track.hasITS() && track.itsNCls() >= minITSnCls) {
495495
itsTracks++;
496496
}
497497
// Track Selection

0 commit comments

Comments
 (0)