From . * [new ref] HEAD -> merge-attempt From https://github.com/cms-sw/cmssw * [new ref] refs/pull/45475/head -> cms-sw/refs/pull/45475/head Switched to branch 'merge-attempt' Merge made by the 'ort' strategy. DQM/SiTrackerPhase2/test/README.md | 15 + DQM/SiTrackerPhase2/test/dqmstep_phase2tk_cfg.py | 15 +- .../test/harvestingstep_phase2tk_cfg.py | 12 +- .../plugins/Phase2OTHarvestReconstruction.cc | 662 +++++++++++++++++++++ .../plugins/Phase2OTHarvestTrackingParticles.cc | 508 ---------------- ...ticles.cc => Phase2OTValidateReconstruction.cc} | 240 +++++++- .../plugins/Phase2OTValidateTTStub.cc | 629 +++++++++++++++++++- .../python/Phase2TrackerMCHarvesting_cff.py | 4 +- .../python/Phase2ValidateL1TTObjects_cff.py | 4 +- 9 files changed, 1525 insertions(+), 564 deletions(-) create mode 100644 DQM/SiTrackerPhase2/test/README.md create mode 100644 Validation/SiTrackerPhase2V/plugins/Phase2OTHarvestReconstruction.cc delete mode 100644 Validation/SiTrackerPhase2V/plugins/Phase2OTHarvestTrackingParticles.cc rename Validation/SiTrackerPhase2V/plugins/{Phase2OTValidateTrackingParticles.cc => Phase2OTValidateReconstruction.cc} (82%) Switched to branch 'from-CMSSW_15_0_X_2025-01-29-1100'