From . * [new ref] HEAD -> merge-attempt From https://github.com/cms-sw/cmssw * [new ref] refs/pull/48502/head -> cms-sw/refs/pull/48502/head Switched to branch 'merge-attempt' Auto-merging Configuration/PyReleaseValidation/python/relval_nano.py Auto-merging PhysicsTools/NanoAOD/plugins/SimpleFlatTableProducerPlugins.cc Merge made by the 'ort' strategy. .../PyReleaseValidation/python/relval_nano.py | 8 + PhysicsTools/NanoAOD/plugins/BuildFile.xml | 10 + .../NanoAOD/plugins/DSAMuonTableProducer.cc | 440 ++++++++++ .../NanoAOD/plugins/DispJetTableProducer.cc | 503 +++++++++++ .../plugins/ElectronExtendedTableProducer.cc | 308 +++++++ .../NanoAOD/plugins/ElectronVertexTableProducer.cc | 478 +++++++++++ .../plugins/GenParticlesExtendedProducer.cc | 67 ++ .../NanoAOD/plugins/MuonExtendedTableProducer.cc | 476 +++++++++++ .../NanoAOD/plugins/MuonVertexTableProducer.cc | 941 +++++++++++++++++++++ .../plugins/SimpleFlatTableProducerPlugins.cc | 4 + .../NanoAOD/plugins/cscMDSshowerTableProducer.cc | 390 +++++++++ .../NanoAOD/plugins/dtMDSshowerTableProducer.cc | 339 ++++++++ PhysicsTools/NanoAOD/python/autoNANO.py | 3 + PhysicsTools/NanoAOD/python/custom_exo_cff.py | 283 +++++++ PhysicsTools/NanoAOD/test/test-exoNano.sh | 1 + 15 files changed, 4251 insertions(+) create mode 100644 PhysicsTools/NanoAOD/plugins/DSAMuonTableProducer.cc create mode 100644 PhysicsTools/NanoAOD/plugins/DispJetTableProducer.cc create mode 100644 PhysicsTools/NanoAOD/plugins/ElectronExtendedTableProducer.cc create mode 100644 PhysicsTools/NanoAOD/plugins/ElectronVertexTableProducer.cc create mode 100644 PhysicsTools/NanoAOD/plugins/GenParticlesExtendedProducer.cc create mode 100644 PhysicsTools/NanoAOD/plugins/MuonExtendedTableProducer.cc create mode 100644 PhysicsTools/NanoAOD/plugins/MuonVertexTableProducer.cc create mode 100644 PhysicsTools/NanoAOD/plugins/cscMDSshowerTableProducer.cc create mode 100644 PhysicsTools/NanoAOD/plugins/dtMDSshowerTableProducer.cc create mode 100644 PhysicsTools/NanoAOD/python/custom_exo_cff.py create mode 100755 PhysicsTools/NanoAOD/test/test-exoNano.sh Switched to branch 'from-CMSSW_15_1_X_2025-07-08-1100'