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 | 8 ++ .../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 | 113 +++++++++++++++++++++ .../HGCalValidation/plugins/HGCalValidator.cc | 30 +++++- .../python/HLTHGCalPostProcessor_cff.py | 54 ++++++++++ .../python/HLTHGCalValidator_cff.py | 48 +++++++++ .../python/HLT_TICLIterLabels_cff.py | 19 ++++ .../HGCalValidation/src/TICLCandidateValidator.cc | 8 +- 23 files changed, 661 insertions(+), 86 deletions(-) create mode 100644 RecoHGCal/TICL/python/HLTSimTracksters_cff.py create mode 100644 Validation/Configuration/python/hltHGCalSimValid_cff.py create mode 100644 Validation/HGCalValidation/python/HLTHGCalPostProcessor_cff.py create mode 100644 Validation/HGCalValidation/python/HLTHGCalValidator_cff.py create mode 100644 Validation/HGCalValidation/python/HLT_TICLIterLabels_cff.py Switched to branch 'from-CMSSW_15_1_X_2025-04-24-1100'