-
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
Fix valEmtfStage2Digis for unpacked GEM clusters in GEN-SIM-RAW #33694
Fix valEmtfStage2Digis for unpacked GEM clusters in GEN-SIM-RAW #33694
Conversation
@davidlange6 Can you provide an updated test recipe? I modified WF 11634.0, with
as the third step. It crashes with
|
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-33694/22606
|
A new Pull Request was created by @dildick (Sven Dildick) for master. It involves the following packages: Configuration/StandardSequences @perrotta, @silviodonato, @fabiocos, @cmsbuild, @rekovic, @franzoni, @slava77, @jpata, @qliphy, @cecilecaillol, @davidlange6 can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
please test |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-aee89f/15000/summary.html Comparison SummarySummary:
|
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.
Hi @dildick , this looks ok to me. I added a comment to your modification of simEmtfDigis
.
EMTF unpacker is already updated to handle GEM info from EMTF DAQ path, but since we don't have it in firmware yet it shouldn't be doing anything for now. We can change this implementation once all the packers/unpackers are ready.
+l1 |
@slava77 Looking at it closer, I think we actually only need to change the input to |
Because the L1 DQM configuration file already defines
|
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-33694/22654
|
Pull request #33694 was updated. @andrius-k, @kmaeshima, @ErnestaP, @ahmad3213, @cmsbuild, @jfernan2, @rvenditti can you please check and sign again. |
please test |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-aee89f/15068/summary.html Comparison SummaryThe workflows 140.53 have different files in step1_dasquery.log than the ones found in the baseline. You may want to check and retrigger the tests if necessary. You can check it in the "files" directory in the results of the comparisons Summary:
|
@dildick it is not clear to me if this needs to be backported to 11_3_X or not in view of next MWGR |
I don't think it needs to be backported. @davidlange6 Can you provide a recipe to test it on GEN-SIM-RAW and whether or not this needs to be backported? |
Failures from messagelogger, pixel and DD4Hep @jfernan2 Do you have other questions or comments? Switching from |
yes, the differences in
|
+1 |
This pull request is fully signed and it will be integrated in one of the next master IBs (tests are also fine). This pull request will now be reviewed by the release team before it's merged. @silviodonato, @dpiparo, @qliphy (and backports should be raised in the release meeting by the corresponding L2) |
+1 |
PR description:
In response to issue #32634. This would allow the
dqmoffline
to run on GEN-SIM-RAW in Run-3 scenarios with GEMs included. Previously,valEmtfStage2Digis
crashed 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
.valMuonGEMPadDigiClusters
may be replaced withemtfStage2Digis
once the EMTF unpacker has been updated for GEM TPs in data and the collection is available in the event.PR validation:
Code compiles. Tried the recipe in the first message of #32634.
if this PR is a backport please specify the original PR and why you need to backport that PR:
N/A
Before submitting your pull requests, make sure you followed this checklist: