-
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
Protect HCAL GPU-related modules against empty events [12.0.x] #34749
Protect HCAL GPU-related modules against empty events [12.0.x] #34749
Conversation
type bugfix |
backport of #34748 |
please test |
A new Pull Request was created by @fwyzard (Andrea Bocci) for CMSSW_12_0_X. It involves the following packages:
@perrotta, @jpata, @slava77 can you please review it and eventually sign? Thanks. cms-bot commands are listed here
|
-1 Failed Tests: RelVals-INPUT The following merge commits were also included on top of IB + this PR after doing git cms-merge-topic: You can see more details here: RelVals-INPUT
Expand to see more relval errors ...
Comparison SummarySummary:
|
+reconstruction
|
This pull request is fully signed and it will be integrated in one of the next CMSSW_12_0_X IBs (but tests are reportedly failing) and once validation in the development release cycle CMSSW_12_1_X is complete. This pull request will now be reviewed by the release team before it's merged. @silviodonato, @dpiparo, @qliphy, @perrotta (and backports should be raised in the release meeting by the corresponding L2) |
+1
|
merge |
PR description:
Avoid running the HCAL local reconstruction if there are no HCAL digis - and set the size of the rechit collection to 0.
Avoid copying the rechits from the GPU to the CPU is their size is 0.
PR validation:
Running over data without HCAL no longer crashes.
PR status:
Backport of #34748.