From . * [new ref] HEAD -> merge-attempt From https://github.com/cms-sw/cmssw * [new ref] refs/pull/47702/head -> cms-sw/refs/pull/47702/head Switched to branch 'merge-attempt' Merge made by the 'ort' strategy. Configuration/Applications/python/ConfigBuilder.py | 278 +++++++------- Configuration/Applications/python/Options.py | 8 +- .../Applications/python/cmsDriverOptions.py | 4 +- .../Applications/test/ConfigBuilderTest.py | 405 +++++++++++++++++++++ .../ProcessModifiers/python/allSonicTriton_cff.py | 4 +- ...unifiedparticleTransformerAK4SonicTriton_cff.py | 3 + .../PatAlgos/python/slimming/miniAOD_tools.py | 2 +- RecoBTag/ONNXRuntime/interface/tensor_configs.h | 43 +++ RecoBTag/ONNXRuntime/interface/tensor_fillers.h | 52 ++- ...iedParticleTransformerAK4ONNXJetTagsProducer.cc | 237 +++--------- ...edParticleTransformerAK4SonicJetTagsProducer.cc | 204 +++++++++++ .../pfUnifiedParticleTransformerAK4V1_cff.py | 12 +- .../python/pfUnifiedParticleTransformerAK4_cff.py | 21 +- RecoBTag/ONNXRuntime/src/tensor_fillers.cc | 115 ++++++ 14 files changed, 1048 insertions(+), 340 deletions(-) create mode 100644 Configuration/ProcessModifiers/python/unifiedparticleTransformerAK4SonicTriton_cff.py create mode 100644 RecoBTag/ONNXRuntime/plugins/UnifiedParticleTransformerAK4SonicJetTagsProducer.cc Switched to branch 'from-CMSSW_15_1_X_2025-03-26-1100'