Skip to content

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

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

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

These changes are mostly identical to those already merged to 2017-patches (MR !908 (merged)). The only difference is that LoKi::Extract::Particle2Track, which is used to access the track, seems to work differently in 2016-patches.

The corresponding MR for 2018-patches is MR !956 .

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