Skip to content

Harmonisation of usage of RecoFragmentsPool in FastPhotonMenuSequences

Marco Montella requested to merge mmontell/athena:master-FastPhotons-Fix into master

Minor modification of the structure of FastPhotonMenuSequences.py to retrieve the reconstruction sequence and the ViewMaker through RecoFragmentsPool, which is the standard procedure adopted throughout the Run3 HLT code.

This fix was instigated by the following error(s) observed when testing multiple photon TLA chains simultaneously:

ERROR attempt to add a duplicate (photonInViewAlgs.FastPhotonViewDataVerifier) ... dupe ignored
ERROR attempt to add a duplicate (photonInViewAlgs.TrigEgammaFastPhoton_ReFastAlgo) ... dupe ignored
ERROR attempt to add a duplicate (photonAthSequence.IMl2Photon) ... dupe ignored
ERROR attempt to add a duplicate (photonAthSequence.photonInViewAlgs) ... dupe ignored

Tagging @tamartin

Merge request reports