From . * [new ref] HEAD -> merge-attempt From https://github.com/cms-sw/cmssw * [new ref] refs/pull/47821/head -> cms-sw/refs/pull/47821/head Switched to branch 'merge-attempt' Merge made by the 'ort' strategy. .../Application/interface/CMSSimEventManager.h | 18 ++-- .../Application/interface/Phase2EventAction.h | 57 +++++++++++ .../Application/interface/Phase2TrackingAction.h | 61 ++++++++++++ .../Application/interface/RunManagerMTWorker.h | 4 + SimG4Core/Application/interface/StackingAction.h | 5 +- SimG4Core/Application/src/CMSSimEventManager.cc | 14 +-- SimG4Core/Application/src/Phase2EventAction.cc | 65 ++++++++++++ SimG4Core/Application/src/Phase2TrackingAction.cc | 109 +++++++++++++++++++++ SimG4Core/Application/src/RunManagerMT.cc | 4 +- SimG4Core/Application/src/RunManagerMTWorker.cc | 64 ++++++++---- SimG4Core/Application/src/StackingAction.cc | 11 ++- SimG4Core/Application/src/TrackingAction.cc | 1 - 12 files changed, 367 insertions(+), 46 deletions(-) create mode 100644 SimG4Core/Application/interface/Phase2EventAction.h create mode 100644 SimG4Core/Application/interface/Phase2TrackingAction.h create mode 100644 SimG4Core/Application/src/Phase2EventAction.cc create mode 100644 SimG4Core/Application/src/Phase2TrackingAction.cc Switched to branch 'from-CMSSW_15_1_X_2025-04-08-1100'