Skip to content

ROI based Track/Cluster Rejection

Alexander Ferk requested to merge aferk/corryvreckan:trackingROIRejection into master
  • Tracks will be rejected in TrackingSpatial/4D based on all detector ROIs if 'reject_by_roi=true'.
  • Clusters will be rejected in ClusteringgSpatial/4D based on the detector ROI if 'reject_by_roi=true'.
  • Refactor member-variables for Clustering4D/Tracking4D

Other changes

  • TrackingSpatial did not check track->isFitted() (just to have it similar to Tracking4D).
  • PixelDetector::getIntercept() did not work for GBLTrack.
Edited by Alexander Ferk

Merge request reports