Skip to content

Adding TRT extension alg to Run3 IDTrig configuration

Matous Vozak requested to merge mvozak/athena:add-TRTextension-Run3Trig into master

This merge contains:

  1. Addition of TRT alg to the precision tracking module. These alg are specific only for electron signature hence are not scheduled for anything else. The configuration is not final as to be identical to Run2 it needs switch between DAF an XK option as well as specific cosmic setting.
  2. Moving of TRT data preparation to the precision tracking module from InDetSetup. TRT is not necessary for the FTF stage hence there is no reason for its data preparation to be there. This change requires precision tracking module to take extra RoI parameter set by default on EMViewRoIs (potentially could be none). This parameter is changed in the electron configuration to take the relevant RoI, whereas for other signatures it is not used at all. Therefore, the only change in the PT configuration in signature has been done only for electrons.
  3. Renaming of the track particles according to @sutt presentation
  4. Adapting egamma PT config for the correct RoI being passed to the PT @dbakshig

Merge request reports