From . * [new ref] HEAD -> merge-attempt From https://github.com/cms-sw/cmssw * [new ref] refs/pull/47892/head -> cms-sw/refs/pull/47892/head Switched to branch 'merge-attempt' Merge made by the 'ort' strategy. .../EventContent/python/EventContent_cff.py | 3 +- .../Common/python/HLTValidationHarvest_cff.py | 34 +++--- .../Common/python/HLTValidation_cff.py | 12 ++ .../HGCal/python/HLTHGCalPostProcessor_cff.py | 87 ++++++++++++++ .../TICL/plugins/FilteredLayerClustersProducer.cc | 11 ++ RecoHGCal/TICL/plugins/SimTrackstersProducer.cc | 25 +++- RecoHGCal/TICL/python/HLTSimTracksters_cff.py | 46 ++++++++ .../HGCalRecProducers/plugins/RecHitMapProducer.cc | 21 +++- .../AllHitToTracksterAssociatorsProducer.cc | 25 ++++ ...llLayerClusterToTracksterAssociatorsProducer.cc | 40 +++++-- ...ksterToSimTracksterAssociatorsByHitsProducer.cc | 76 +++++++++--- ...cksterToSimTracksterAssociatorsByLCsProducer.cc | 56 +++++++-- ...itToSimClusterCaloParticleAssociatorProducer.cc | 30 +++-- ...HitToSimClusterCaloParticleAssociatorProducer.h | 9 +- .../LCToCPAssociatorByEnergyScoreProducer.cc | 16 +++ .../plugins/LCToCPAssociatorEDProducer.cc | 14 +++ .../LCToSCAssociatorByEnergyScoreProducer.cc | 16 +++ .../plugins/LCToSCAssociatorEDProducer.cc | 45 ++++--- .../Configuration/python/hltHGCalSimValid_cff.py | 130 +++++++++++++++++++++ .../HGCalValidation/plugins/HGCalValidator.cc | 30 ++++- .../python/HLTHGCalValidator_cff.py | 63 ++++++++++ .../HGCalValidation/src/TICLCandidateValidator.cc | 8 +- 22 files changed, 711 insertions(+), 86 deletions(-) create mode 100644 HLTriggerOffline/HGCal/python/HLTHGCalPostProcessor_cff.py create mode 100644 RecoHGCal/TICL/python/HLTSimTracksters_cff.py create mode 100644 Validation/Configuration/python/hltHGCalSimValid_cff.py create mode 100644 Validation/HGCalValidation/python/HLTHGCalValidator_cff.py Switched to branch 'from-CMSSW_15_1_X_2025-04-16-1100'