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 439ab76 commit 513a123Copy full SHA for 513a123
PWGLF/TableProducer/Nuspex/ebyeMaker.cxx
@@ -555,8 +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
- }
559
- 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
560
561
}
562
if (!selectTrack(track)) {
0 commit comments