From . * [new ref] HEAD -> merge-attempt From https://github.com/cms-sw/cmssw * [new ref] refs/pull/48500/head -> cms-sw/refs/pull/48500/head Switched to branch 'merge-attempt' Merge made by the 'ort' strategy. HLTrigger/NGTScouting/plugins/BuildFile.xml | 1 + .../plugins/SimTracksterTableProducer.cc | 147 +++++++++++++ .../plugins/TICLCandidateExtraTableProducer.cc | 128 +++++++++++ .../plugins/TICLCandidateTableProducer.cc | 7 + .../plugins/TICLSuperClustersTableProducer.cc | 7 + .../NGTScouting/python/HLTNanoProducer_cff.py | 35 ++- .../NGTScouting/python/hltSimTracksters_cfi.py | 153 +++++++++++++ .../NGTScouting/python/hltTICLCandidates_cfi.py | 127 +++++++++++ .../NGTScouting/python/hltTICLSuperClusters_cfi.py | 36 ++++ HLTrigger/NGTScouting/python/hltTracksters_cfi.py | 237 ++++++++++++++++----- HLTrigger/NGTScouting/test/readNano.py | 111 ++++++++-- .../interface/AssociationMapFlatTableProducer.h | 1 - 12 files changed, 910 insertions(+), 80 deletions(-) create mode 100644 HLTrigger/NGTScouting/plugins/SimTracksterTableProducer.cc create mode 100644 HLTrigger/NGTScouting/plugins/TICLCandidateExtraTableProducer.cc create mode 100644 HLTrigger/NGTScouting/plugins/TICLCandidateTableProducer.cc create mode 100644 HLTrigger/NGTScouting/plugins/TICLSuperClustersTableProducer.cc create mode 100644 HLTrigger/NGTScouting/python/hltSimTracksters_cfi.py create mode 100644 HLTrigger/NGTScouting/python/hltTICLCandidates_cfi.py create mode 100644 HLTrigger/NGTScouting/python/hltTICLSuperClusters_cfi.py Switched to branch 'from-CMSSW_15_1_X_2025-07-08-1100'