Skip to content

Required changes for factorizing gsf from precisionElectron Step

Taking from !48666 (closed) as I am closing that MR since there is an issue with nightly after 28/11/2021 (mentioned in ATR-24673))

As mentioned in ATR-21217 this MR is doing

  • Separating gsf refit from precision Electron step

  • idperf chain for electron will continue till precisionTracking (for gsf_idperf till gsf refitted )

  • to conclude

  • nominal electron will have 5 steps (fastCalo + fastElectron + precisionCalo + precisionTrack + precisionElectron)

  • gsf electron will have 6 steps (fastCalo + fastElectron + precisionCalo + precisionTrack + gsf refit + precisionElectron)

  • idperf electron will have 4 steps (fastCalo + fastElectron + precisionCalo + precisionTrack)

  • idperf_gsf electron will have 5 steps (fastCalo + fastElectron + precisionCalo + precisionTrack + gsf refit) Adding @khoo , @dzanzi , @cjmeyer , @jodafons , @sutt

Merge request reports