From . * [new ref] -> merge-attempt From https://github.com/cms-sw/cmssw * [new ref] refs/pull/45975/head -> cms-sw/refs/pull/45975/head Switched to branch 'merge-attempt' Merge made by the 'ort' strategy. Alignment/OfflineValidation/README_PixBary.md | 22 +++ .../plugins/PixelBaryCentreAnalyzer.cc | 40 ++-- .../python/TkAlAllInOneTool/PixBary.py | 64 +++++++ .../PixelBaryCentreAnalyzer_cfg.py | 211 +++++++++++++++++++++ .../OfflineValidation/scripts/extractBaryCentre.py | 107 +++++++++++ .../scripts/validateAlignments.py | 3 + Alignment/OfflineValidation/test/BuildFile.xml | 3 + .../test/PixelBaryCentreAnalyzer_cfg.py | 142 -------------- .../OfflineValidation/test/examples/PixBary.yaml | 33 ++++ .../test/testingScripts/test_unitMiscellanea.sh | 2 +- .../test/testingScripts/test_unitPixBary.sh | 17 ++ Alignment/OfflineValidation/test/unit_test.json | 14 +- Alignment/OfflineValidation/test/unit_test.yaml | 8 + 13 files changed, 503 insertions(+), 163 deletions(-) create mode 100644 Alignment/OfflineValidation/README_PixBary.md create mode 100644 Alignment/OfflineValidation/python/TkAlAllInOneTool/PixBary.py create mode 100644 Alignment/OfflineValidation/python/TkAlAllInOneTool/PixelBaryCentreAnalyzer_cfg.py create mode 100755 Alignment/OfflineValidation/scripts/extractBaryCentre.py delete mode 100644 Alignment/OfflineValidation/test/PixelBaryCentreAnalyzer_cfg.py create mode 100644 Alignment/OfflineValidation/test/examples/PixBary.yaml create mode 100755 Alignment/OfflineValidation/test/testingScripts/test_unitPixBary.sh Switched to branch 'from-CMSSW_14_2_X_2024-10-15-2300'