From . * [new ref] HEAD -> merge-attempt From https://github.com/cms-sw/cmssw * [new ref] refs/pull/48163/head -> cms-sw/refs/pull/48163/head Switched to branch 'merge-attempt' Merge made by the 'ort' strategy. .../PyReleaseValidation/python/relval_nano.py | 14 + DataFormats/L1Scouting/BuildFile.xml | 1 + DataFormats/L1Scouting/interface/OrbitCollection.h | 3 + DataFormats/L1Scouting/interface/OrbitFlatTable.h | 102 +++++ DataFormats/L1Scouting/src/classes.h | 1 + DataFormats/L1Scouting/src/classes_def.xml | 5 + DataFormats/NanoAOD/interface/FlatTable.h | 3 +- L1TriggerScouting/Utilities/plugins/BuildFile.xml | 7 + .../L1ScoutingEtSumOrbitFlatTableProducer.cc | 416 +++++++++++++++++++++ .../plugins/L1ScoutingPhysicalValueMapProducer.cc | 149 ++++++++ .../Utilities/plugins/OrbitNanoAODOutputModule.cc | 415 ++++++++++++++++++++ .../Utilities/plugins/OrbitTableOutputBranches.cc | 127 +++++++ .../Utilities/plugins/OrbitTableOutputBranches.h | 73 ++++ .../plugins/SelectedBxTableOutputBranches.cc | 13 + .../plugins/SelectedBxTableOutputBranches.h | 38 ++ .../plugins/SimpleOrbitFlatTableProducer.cc | 305 +++++++++++++++ PhysicsTools/NanoAOD/python/autoNANO.py | 5 + .../NanoAOD/python/custom_l1scoutingrun3_cff.py | 137 +++++++ PhysicsTools/NanoAOD/python/l1scoutingrun3_cff.py | 184 +++++++++ 19 files changed, 1997 insertions(+), 1 deletion(-) create mode 100644 DataFormats/L1Scouting/interface/OrbitFlatTable.h create mode 100644 L1TriggerScouting/Utilities/plugins/L1ScoutingEtSumOrbitFlatTableProducer.cc create mode 100644 L1TriggerScouting/Utilities/plugins/L1ScoutingPhysicalValueMapProducer.cc create mode 100644 L1TriggerScouting/Utilities/plugins/OrbitNanoAODOutputModule.cc create mode 100644 L1TriggerScouting/Utilities/plugins/OrbitTableOutputBranches.cc create mode 100644 L1TriggerScouting/Utilities/plugins/OrbitTableOutputBranches.h create mode 100644 L1TriggerScouting/Utilities/plugins/SelectedBxTableOutputBranches.cc create mode 100644 L1TriggerScouting/Utilities/plugins/SelectedBxTableOutputBranches.h create mode 100644 L1TriggerScouting/Utilities/plugins/SimpleOrbitFlatTableProducer.cc create mode 100644 PhysicsTools/NanoAOD/python/custom_l1scoutingrun3_cff.py create mode 100644 PhysicsTools/NanoAOD/python/l1scoutingrun3_cff.py Switched to branch 'from-CMSSW_15_1_X_2025-06-23-1100'