Fix valEmtfStage2Digis for unpacked GEM clusters in GEN-SIM-RAW [11_3_X] #33772
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
PR description:
In response to issue #32634. This would allow the
dqmofflineto run on GEN-SIM-RAW in Run-3 scenarios with GEMs included. Previously,valEmtfStage2Digiscrashed because it could not findsimMuonGEMPadDigiClusters. That is expected. A solution is provided where the GEM trigger primitive producers are run on unpacked GEM digis in GEN-SIM-RAW. Those GEM TP producers have prefixesvalMuon.valMuonGEMPadDigiClustersmay be replaced withemtfStage2Digisonce the EMTF unpacker has been updated for GEM TPs in data and the collection is available in the event.PR validation:
Code compiles.
if this PR is a backport please specify the original PR and why you need to backport that PR:
Backport of #33694 requested by @silviodonato
Before submitting your pull requests, make sure you followed this checklist: