Skip to content

TGC Digitization: Implementation of signal propagation time between the sensor edge and ASD

Tadej Novak requested to merge tadej/athena:tgc-mc20 into 22.0-mc20

This is a cleaned-up version of !46515 (closed) which does not change the output. A flag still needs to be added to toggle the functionality.

Add the new db system to fix the missing timing calculation at the TGC_Digitization stage between the sensor edge and the ASD. TGC_Digitization retrive the information of the distance between the sensor edge and ASD from the condition db. Condition algorithm (TGCDigitASDposDbAlg) and condition object (TGCDigitASDposData) have been added to manage the condition data in AthenaMT. TGC_Digitization has been modified to use the new TGCDigitASDposDbAlg and TGCDigitASDposData and added the method to calculate of signal propagation time from sensor edge to the ASD. The compilation is fine, no errors or warnings. The test has been done locally.

/cc @junpei @teramura @jchapman @jojungge

Merge request reports