Skip to content

TriggerEgamma : Fixing TrigPhotonIsolationBuilder issue mentioned in ATR-27767

Debottam Bakshi Gupta requested to merge dbakshig/athena:fixing_ATR-27767 into 23.0

As mentioned in ATR-27767 this MR fixes

AvalancheSchedulerSvc                          0   FATAL Auto DataLoading not requested, and the following unmet INPUT dependencies were found:
AvalancheSchedulerSvc                          0   FATAL    o  ( 'xAOD::EventShape' , 'StoreGateSvc+NeutralParticleFlowIsoCentralEventShape' )     required by Algorithm: 
AvalancheSchedulerSvc                          0   FATAL        * TrigPhotonIsolationBuilder
AvalancheSchedulerSvc                          0   FATAL    o  ( 'xAOD::EventShape' , 'StoreGateSvc+NeutralParticleFlowIsoForwardEventShape' )     required by Algorithm: 
AvalancheSchedulerSvc                          0   FATAL        * TrigPhotonIsolationBuilder
AvalancheSchedulerSvc                          0   FATAL    o  ( 'xAOD::EventShape' , 'StoreGateSvc+TopoClusterIsoCentralEventShape' )     required by Algorithm: 
AvalancheSchedulerSvc                          0   FATAL        * TrigPhotonIsolationBuilder
AvalancheSchedulerSvc                          0   FATAL    o  ( 'xAOD::EventShape' , 'StoreGateSvc+TopoClusterIsoForwardEventShape' )     required by Algorithm: 
AvalancheSchedulerSvc                          0   FATAL        * TrigPhotonIsolationBuilder

most probably came from some miss handling of the algorithm while migrating to CA. This issue was also initially addressed in MR !63720 (closed) but making a separate MR here as the previous MR (which addresses other algorithms as well ) is still under review and will take time.

Merge request reports