-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
finecalo: No longer count reentries into the calorimeter as boundary crossings #34599
Conversation
@cmsbuild please test |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-34599/24159
|
A new Pull Request was created by @tklijnsma for master. It involves the following packages:
@civanch, @mdhildreth can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
-1 Failed Tests: RelVals RelVals
|
@cmsbuild please test |
1 similar comment
@cmsbuild please test |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-fa2d19/17318/summary.html Comparison SummarySummary:
|
+1 |
@tklijnsma are we learning anything with these tests with the |
11634.911 and 11634.912 WFs are for DD4Hep, I suspect that modifier does not applicable in a simple way. I would merge this and another PRs for finecalo, because it pass ordinary set of tests and not affect mainstream. In fact, finecalo is a special option needed for development. |
+1
|
I make a PR in |
+Upgrade |
This pull request is fully signed and it will be integrated in one of the next master IBs (but tests are reportedly failing). |
merge |
@civanch The error also shows in reminiaod data workflow also, 136.88811. |
@srimanob, I am not sure if we should disable modifier inside g4SimHits_cfi. Also I am not sure if modifier for this option is the best solution. I personally prefer customization for such parameters. Inside g4SimHits_cfi there are many parameters, the modifier for these HGCal parameters should be re-discussed. |
PR description:
No longer counts reentries into the calorimeter as boundary crossings. The boundary-crossing position and momentum for tracks that started in the calorimeter or entered before are no longer (over)written.
PR validation:
Verified with debug statements in the code.