From . * [new ref] HEAD -> merge-attempt From https://github.com/cms-sw/cmssw * [new ref] refs/pull/47563/head -> cms-sw/refs/pull/47563/head Switched to branch 'merge-attempt' Merge made by the 'ort' strategy. RecoTracker/LST/interface/LSTPhase2OTHitsInput.h | 33 --- RecoTracker/LST/interface/LSTPixelSeedInput.h | 75 ----- ...xelSeedInputProducer.cc => LSTInputProducer.cc} | 111 +++++--- .../LST/plugins/LSTPhase2OTHitsInputProducer.cc | 67 ----- RecoTracker/LST/plugins/alpaka/LSTProducer.cc | 31 +-- RecoTracker/LSTCore/interface/HitsHostCollection.h | 2 +- .../LSTCore/interface/HitsRangesHostCollection.h | 10 + RecoTracker/LSTCore/interface/HitsSoA.h | 10 + RecoTracker/LSTCore/interface/LSTInput.h | 251 +++++++++++++++++ .../interface/alpaka/HitsDeviceCollection.h | 2 +- .../interface/alpaka/HitsRangesDeviceCollection.h | 13 + RecoTracker/LSTCore/interface/alpaka/LST.h | 69 +---- RecoTracker/LSTCore/src/alpaka/Hit.h | 4 +- RecoTracker/LSTCore/src/alpaka/LST.cc | 246 +---------------- RecoTracker/LSTCore/src/alpaka/LSTEvent.dev.cc | 180 ++++-------- RecoTracker/LSTCore/src/alpaka/LSTEvent.h | 32 +-- RecoTracker/LSTCore/src/alpaka/Segment.h | 20 +- RecoTracker/LSTCore/standalone/bin/lst.cc | 107 +++----- .../LSTCore/standalone/code/core/trkCore.cc | 304 +-------------------- RecoTracker/LSTCore/standalone/code/core/trkCore.h | 53 +--- .../standalone/code/core/write_lst_ntuple.cc | 2 +- 21 files changed, 493 insertions(+), 1129 deletions(-) delete mode 100644 RecoTracker/LST/interface/LSTPhase2OTHitsInput.h delete mode 100644 RecoTracker/LST/interface/LSTPixelSeedInput.h rename RecoTracker/LST/plugins/{LSTPixelSeedInputProducer.cc => LSTInputProducer.cc} (60%) delete mode 100644 RecoTracker/LST/plugins/LSTPhase2OTHitsInputProducer.cc create mode 100644 RecoTracker/LSTCore/interface/HitsRangesHostCollection.h create mode 100644 RecoTracker/LSTCore/interface/LSTInput.h create mode 100644 RecoTracker/LSTCore/interface/alpaka/HitsRangesDeviceCollection.h Switched to branch 'from-CMSSW_15_1_X_2025-03-11-1100'