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 d5e1cc9 commit f6864ddCopy full SHA for f6864dd
PWGLF/TableProducer/Nuspex/ebyeMaker.cxx
@@ -555,7 +555,7 @@ struct EbyeMaker {
555
for (const auto& track : tracks) {
556
if (track.trackType() == o2::aod::track::TrackTypeEnum::Run2Tracklet && std::abs(track.eta()) < trklEtaMax && !(doprocessRun3 || doprocessMcRun3)) { // tracklet
557
nTrackletsColl++;
558
- } else if (std::abs(track.eta()) < trklEtaMax && track.itsNcls() > 3 && (doprocessRun3 || doprocessMcRun3)) { // ITS only + global tracks
+ } else if (std::abs(track.eta()) < trklEtaMax && track.itsNCls() > 3 && (doprocessRun3 || doprocessMcRun3)) { // ITS only + global tracks
559
560
}
561
if (!selectTrack(track)) {
0 commit comments