Skip to content

Commit

Permalink
Discard afterburner tracks
Browse files Browse the repository at this point in the history
  • Loading branch information
shahor02 committed Mar 1, 2024
1 parent 0582555 commit 000f6f7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Detectors/GlobalTracking/src/MatchITSTPCQC.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -518,6 +518,9 @@ void MatchITSTPCQC::run(o2::framework::ProcessingContext& ctx)
if (i == matchType::TPC) {
trkDen = mTPCTracks[trk.getRefTPC()];
} else {
if (trk.getRefITS().getSource() != GID::ITS) {
continue;
}
trkDen = mITSTracks[trk.getRefITS()];
if (std::abs(trkDen.getEta()) > 0.9) {
// ITS track outside |eta | < 0.9, we don't fill pt, nor phi , nor phi vs pt histos
Expand Down

0 comments on commit 000f6f7

Please sign in to comment.