From . * [new ref] HEAD -> merge-attempt From https://github.com/cms-sw/cmssw * [new ref] refs/pull/47348/head -> cms-sw/refs/pull/47348/head Switched to branch 'merge-attempt' Merge made by the 'ort' strategy. DataFormats/L1Trigger/interface/TkLightMesonWord.h | 231 ++++++++++++++++++ DataFormats/L1Trigger/src/TkLightMesonWord.cc | 98 ++++++++ DataFormats/L1Trigger/src/classes.h | 1 + DataFormats/L1Trigger/src/classes_def.xml | 6 + .../plugins/L1BsMesonSelectionEmulationProducer.cc | 255 ++++++++++++++++++++ .../plugins/L1BsMesonSelectionProducer.cc | 226 ++++++++++++++++++ .../plugins/L1KaonTrackSelectionProducer.cc | 193 +++++++++++++++ .../L1PhiMesonSelectionEmulationProducer.cc | 260 +++++++++++++++++++++ .../plugins/L1PhiMesonSelectionProducer.cc | 205 ++++++++++++++++ .../L1TTrackMatch/plugins/L1TrackWordUnpacker.h | 95 ++++++++ .../l1BsMesonSelectionEmulationProducer_cfi.py | 17 ++ .../python/l1BsMesonSelectionProducer_cfi.py | 16 ++ .../python/l1KaonTrackSelectionProducer_cfi.py | 10 + .../l1PhiMesonSelectionEmulationProducer_cfi.py | 14 ++ .../python/l1PhiMesonSelectionProducer_cfi.py | 16 ++ .../L1TTrackMatch/test/L1TrackObjectNtupleMaker.cc | 212 ++++++++++++++++- .../test/L1TrackObjectNtupleMaker_cfg.py | 29 ++- 17 files changed, 1874 insertions(+), 10 deletions(-) create mode 100644 DataFormats/L1Trigger/interface/TkLightMesonWord.h create mode 100644 DataFormats/L1Trigger/src/TkLightMesonWord.cc create mode 100644 L1Trigger/L1TTrackMatch/plugins/L1BsMesonSelectionEmulationProducer.cc create mode 100644 L1Trigger/L1TTrackMatch/plugins/L1BsMesonSelectionProducer.cc create mode 100644 L1Trigger/L1TTrackMatch/plugins/L1KaonTrackSelectionProducer.cc create mode 100644 L1Trigger/L1TTrackMatch/plugins/L1PhiMesonSelectionEmulationProducer.cc create mode 100644 L1Trigger/L1TTrackMatch/plugins/L1PhiMesonSelectionProducer.cc create mode 100644 L1Trigger/L1TTrackMatch/plugins/L1TrackWordUnpacker.h create mode 100644 L1Trigger/L1TTrackMatch/python/l1BsMesonSelectionEmulationProducer_cfi.py create mode 100644 L1Trigger/L1TTrackMatch/python/l1BsMesonSelectionProducer_cfi.py create mode 100644 L1Trigger/L1TTrackMatch/python/l1KaonTrackSelectionProducer_cfi.py create mode 100644 L1Trigger/L1TTrackMatch/python/l1PhiMesonSelectionEmulationProducer_cfi.py create mode 100644 L1Trigger/L1TTrackMatch/python/l1PhiMesonSelectionProducer_cfi.py Switched to branch 'from-CMSSW_15_1_X_2025-02-13-2300'