From . * [new ref] HEAD -> merge-attempt From https://github.com/cms-sw/cmssw * [new ref] refs/pull/47285/head -> cms-sw/refs/pull/47285/head Switched to branch 'merge-attempt' Merge made by the 'ort' strategy. Configuration/Geometry/python/dict2021Geometry.py | 6 +- .../python/cmsExtendedGeometry2023XML_cfi.py | 2 +- Geometry/MuonCommonData/data/rpcf/2015/v3/rpcf.xml | 598 ++++++++++++++++++ Geometry/MuonCommonData/data/rpcf/2021/v5/rpcf.xml | 616 +++++++++++++++++++ Geometry/MuonCommonData/data/rpcf/2023/v3/rpcf.xml | 616 +++++++++++++++++++ Geometry/MuonCommonData/data/rpcf/2024/v4/rpcf.xml | 616 +++++++++++++++++++ Geometry/MuonCommonData/data/rpcf/2025/v2/rpcf.xml | 627 +++++++++++++++++++ Geometry/MuonCommonData/data/rpcf/2030/v5/rpcf.xml | 666 +++++++++++++++++++++ .../python/cmsExtendedGeometryRun4D110XML_cfi.py | 127 ++++ .../python/testExtendedGeometry2018XML_cfi.py | 285 +++++++++ .../python/testExtendedGeometry2021XML_cfi.py | 22 +- .../python/testExtendedGeometry2023XML_cfi.py | 9 +- .../python/testExtendedGeometry2024XML_cfi.py | 11 +- .../python/testExtendedGeometry2025XML_cfi.py | 15 +- 14 files changed, 4189 insertions(+), 27 deletions(-) create mode 100644 Geometry/MuonCommonData/data/rpcf/2015/v3/rpcf.xml create mode 100644 Geometry/MuonCommonData/data/rpcf/2021/v5/rpcf.xml create mode 100644 Geometry/MuonCommonData/data/rpcf/2023/v3/rpcf.xml create mode 100644 Geometry/MuonCommonData/data/rpcf/2024/v4/rpcf.xml create mode 100644 Geometry/MuonCommonData/data/rpcf/2025/v2/rpcf.xml create mode 100644 Geometry/MuonCommonData/data/rpcf/2030/v5/rpcf.xml create mode 100644 Geometry/MuonCommonData/python/cmsExtendedGeometryRun4D110XML_cfi.py create mode 100644 Geometry/MuonCommonData/python/testExtendedGeometry2018XML_cfi.py Switched to branch 'from-CMSSW_15_1_X_2025-02-10-2300'