Skip to content

Adding new velo track LoKi-Functors for the restripping (2017-patches)

Hendrik Jage requested to merge hjage-velo-track-functors into 2017-patches

Adding new LoKi-Functors allowing to access velo cluster information in the upcoming 2017 restripping.

The functors are intended to be used in the 2016 & 2018 restripping and should therefore be added to the corresponding patches later on as well. The following functors are added:

  • TRVELOCLUSTERS: number of velo clusters
  • TRVELOCLUSTERADC: adc values of each velo cluster
  • TRVELOCLUSTERDEDX: dedx information of each velo cluster
  • TRVELOCLUSTERSTRIPS: number of strips making up each velo cluster
  • TRVELOCLUSTERDEDXMEDIAN: median of the dedx velo cluster information along the track
  • TRVELOCLUSTEROVERFLOWS: number of overflowing velo strips along the track
  • TRVELOCLUSTEROVERFLOWFRAC: fraction of overflowing velo strips per cluster along the track
Edited by Hendrik Jage

Merge request reports