From . * [new ref] HEAD -> merge-attempt From https://github.com/cms-sw/cmssw * [new ref] refs/pull/48071/head -> cms-sw/refs/pull/48071/head Switched to branch 'merge-attempt' Merge made by the 'ort' strategy. PhysicsTools/NanoAOD/plugins/BuildFile.xml | 2 - .../plugins/rntuple/EventStringOutputFields.h | 2 +- .../plugins/rntuple/NanoAODRNTupleOutputModule.cc | 18 ++----- .../NanoAOD/plugins/rntuple/NanoAODRNTuples.cc | 58 ++++++--------------- .../NanoAOD/plugins/rntuple/NanoAODRNTuples.h | 32 ++---------- .../NanoAOD/plugins/rntuple/RNTupleCollection.cc | 59 ++++++++++++++++++++++ .../NanoAOD/plugins/rntuple/RNTupleCollection.h | 33 ++++++++++++ .../NanoAOD/plugins/rntuple/RNTupleFieldPtr.h | 10 ++-- .../plugins/rntuple/SummaryTableOutputFields.cc | 23 ++++----- .../plugins/rntuple/SummaryTableOutputFields.h | 19 ++++--- .../NanoAOD/plugins/rntuple/TableOutputFields.cc | 16 ++++-- .../NanoAOD/plugins/rntuple/TableOutputFields.h | 16 ++---- .../NanoAOD/plugins/rntuple/TriggerOutputFields.cc | 10 ++-- .../NanoAOD/plugins/rntuple/TriggerOutputFields.h | 6 +-- 14 files changed, 165 insertions(+), 139 deletions(-) create mode 100644 PhysicsTools/NanoAOD/plugins/rntuple/RNTupleCollection.cc create mode 100644 PhysicsTools/NanoAOD/plugins/rntuple/RNTupleCollection.h Switched to branch 'from-CMSSW_15_1_RNTUPLE_X_2025-05-12-2300'