-
Notifications
You must be signed in to change notification settings - Fork 4.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MC truth classes renaming #41315
MC truth classes renaming #41315
Conversation
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-41315/35128
|
A new Pull Request was created by @civanch (Vladimir Ivantchenko) for master. It involves the following packages:
@cmsbuild, @civanch, @mdhildreth can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
please test |
-1 Failed Tests: Build HeaderConsistency BuildI found compilation error when building: >> Compiling /data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_13_1_X_2023-04-11-1100/src/SimG4Core/Application/src/CMSSimEventManager.cc >> Compiling /data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_13_1_X_2023-04-11-1100/src/SimG4Core/Application/src/CustomUIsessionThreadPrefix.cc >> Compiling /data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_13_1_X_2023-04-11-1100/src/SimG4Core/Application/src/CMSGDMLWriteStructure.cc In file included from /data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_13_1_X_2023-04-11-1100/src/SimG4Core/Application/interface/EventAction.h:6, from /data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_13_1_X_2023-04-11-1100/src/SimG4Core/Application/src/CMSSimEventManager.cc:3: /data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_13_1_X_2023-04-11-1100/poison/SimG4Core/Notification/interface/G4SimEvent.h:1:2: error: #error THIS FILE HAS BEEN REMOVED FROM THE PACKAGE. 1 | #error THIS FILE HAS BEEN REMOVED FROM THE PACKAGE. | ^~~~~ >> Compiling /data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_13_1_X_2023-04-11-1100/src/SimG4Core/Application/src/CustomUIsessionToFile.cc >> Compiling /data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_13_1_X_2023-04-11-1100/src/SimG4Core/Application/src/ElectronLimiter.cc >> Compiling /data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_13_1_X_2023-04-11-1100/src/SimG4Core/Application/src/EventAction.cc |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-41315/35131
|
Pull request #41315 was updated. @cmsbuild, @civanch, @mdhildreth can you please check and sign again. |
please test |
-1 Failed Tests: Build BuildI found compilation error when building: >> Compiling /data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_13_1_X_2023-04-11-1100/src/SimG4Core/Application/src/StackingAction.cc >> Compiling /data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_13_1_X_2023-04-11-1100/src/SimG4Core/Application/src/ThreadHandoff.cc >> Compiling /data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_13_1_X_2023-04-11-1100/src/SimG4Core/Application/src/TrackingAction.cc >> Compiling /data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_13_1_X_2023-04-11-1100/src/SimG4Core/Application/src/SteppingAction.cc In file included from /data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_13_1_X_2023-04-11-1100/src/SimG4Core/Application/src/TrackingAction.cc:3: /data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_13_1_X_2023-04-11-1100/poison/SimG4Core/Notification/interface/NewTrackAction.h:1:2: error: #error THIS FILE HAS BEEN REMOVED FROM THE PACKAGE. 1 | #error THIS FILE HAS BEEN REMOVED FROM THE PACKAGE. | ^~~~~ In file included from /data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_13_1_X_2023-04-11-1100/src/SimG4Core/Application/src/RunManagerMT.cc:17: /data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_13_1_X_2023-04-11-1100/poison/SimG4Core/Notification/interface/G4SimEvent.h:1:2: error: #error THIS FILE HAS BEEN REMOVED FROM THE PACKAGE. 1 | #error THIS FILE HAS BEEN REMOVED FROM THE PACKAGE. |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-41315/35138
|
Pull request #41315 was updated. @cmsbuild, @civanch, @mdhildreth can you please check and sign again. |
please test |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-d7d94a/31935/summary.html Comparison SummarySummary:
|
if (motherInfo->hasCastorHit()) { | ||
trkInfo->setCastorHitPID(motherInfo->getCastorHitPID()); | ||
} | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@civanch as far as I can see, this is basically a renaming of NewTrackAction
. My recent addition for BTL should be plugged here
This PR is closed and substituted by #41370 |
PR description:
Historically some classes used at SIM step have names started from "G4". It is incorrect, because it is the namespace of the Geant4 toolkit. In this PR several classes are renamed in order to have better correspondence between perpose of these clases used for MC truth handling within SIM step. Regression is expected, should be no change of any result.
PR validation:
private
If this PR is a backport please specify the original PR and why you need to backport that PR. If this PR will be backported please specify to which release cycle the backport is meant for: NO