We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab453bd commit 6ce49b8Copy full SHA for 6ce49b8
PWGLF/Tasks/GlobalEventProperties/uccZdc.cxx
@@ -491,7 +491,7 @@ struct UccZdc {
491
int itsTracks = 0, glbTracks = 0;
492
float et = 0., meanpt = 0.;
493
for (const auto& track : tracks) {
494
- if (!track.hasTPC() && track.hasITS() && track.itsNCls() >= minITSnCls) {
+ if (track.hasITS() && track.itsNCls() >= minITSnCls) {
495
itsTracks++;
496
}
497
// Track Selection
0 commit comments