From . * [new ref] -> merge-attempt From https://github.com/cms-sw/cmssw * [new ref] refs/pull/46523/head -> cms-sw/refs/pull/46523/head Switched to branch 'merge-attempt' Merge made by the 'ort' strategy. PhysicsTools/NanoAOD/python/custom_jme_cff.py | 2 + PhysicsTools/NanoAOD/python/jetsAK8_cff.py | 32 +- PhysicsTools/NanoAOD/python/nano_cff.py | 1 + .../PatAlgos/python/recoLayer0/bTagging_cff.py | 14 +- .../python/slimming/applyDeepBtagging_cff.py | 3 +- PhysicsTools/PatAlgos/python/tools/jetTools.py | 4 +- .../puppiJetMETReclusteringFromMiniAOD_cff.py | 2 + RecoBTag/Configuration/python/RecoBTag_cff.py | 1 + .../GlobalParticleTransformerAK8TagInfoProducer.cc | 742 +++++++++++++++++++++ .../python/pfGlobalParticleTransformerAK8_cff.py | 34 + RecoBTag/ONNXRuntime/test/test_globalpart_cfg.py | 70 ++ 11 files changed, 899 insertions(+), 6 deletions(-) create mode 100644 RecoBTag/FeatureTools/plugins/GlobalParticleTransformerAK8TagInfoProducer.cc create mode 100644 RecoBTag/ONNXRuntime/python/pfGlobalParticleTransformerAK8_cff.py create mode 100644 RecoBTag/ONNXRuntime/test/test_globalpart_cfg.py Switched to branch 'from-CMSSW_14_2_X_2024-10-27-2300'