Skip to content

Switching TCC algorithm to use DetectorEta in r22

Steven Schramm requested to merge sschramm/athena:22-fix-tcc-matching into master

The current TCC matching procedure uses the cluster eta directly, without checking if it is the detector coordinate or origin-corrected coordinate. This commit changes the code to use the detector eta when matching clusters to tracks for TCC reconstruction. Unlike the choice made for R21, this is a straight fix (not hidden behind a flag) in R22 as this should be the baseline going forward.

Edited by Steven Schramm

Merge request reports