Skip to content

Tracking and SCT Monitoring improvements

Claire Antel requested to merge add_hit_time_trackmonitor into master

Merge request is a bit of a mash of different edits to track monitoring accumulated over months:

SCTDataMonitor

  • Improved readability.

TrackStationMonitor

  • Bug fix: Fixing hit counting, which fixes "hole" in St3 L0 and >100% occupancies.
  • New metrics: Added timing monitoring of hits on tracklets: Hit time avg (AvgHitL{X}) & ratio of 010/011 hits (HitRatioL{X})
  • Moved constructor and destructor fn definitions to top of file.
  • Less map accessing (should speed up code)

Merge request reports