-
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
Era modifier updated from Run3 to Run3_2024 in dqm client configs #45634
Conversation
cms-bot internal usage |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-45634/41146 |
A new Pull Request was created by @jaisatul for master. It involves the following packages:
@antoniovagnerini, @cmsbuild, @nothingface0, @rvenditti, @syuvivida, @tjavaid can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
@cms-sw/dqm-l2 What's the plan for this PR ? Sounds like it has some relevance for online operations (fix for spurious warnings in L1T online-DQM). |
from Configuration.Eras.Era_Run3_cff import Run3 | ||
process = cms.Process("L1TStage2DQM", Run3) | ||
from Configuration.Eras.Era_Run3_2024_cff import Run3_2024 | ||
process = cms.Process("L1TStage2DQM", Run3_2024) |
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.
Just out of curiosity, why is this change needed in this client ? (as opposed to changing only l1tstage2emulator_dqm
)
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.
I think this is not strictly necessary, but if it doesn't change the functionality I would apply the change. It'll be required if we implement something like this to L1T DQM clients
I see the PR in draft mode. @jaisatul , do we expect another commit or is it ready for a review ? |
please test |
REMINDER @rappoccio, @mandrenguyen, @sextonkennedy, @antoniovilela: This PR was tested with #45242, please check if they should be merged together |
-1 Failed Tests: RelVals-INPUT RelVals-INPUT
Expand to see more relval errors ...
Comparison SummarySummary:
|
@cmsbuild ignore tests-rejected with ib-failure |
@cms-sw/dqm-l2 can this be signed, given tests at P5 (see #45242 (comment)) are OK? |
+1 |
This pull request is fully signed and it will be integrated in one of the next master IBs (test failures were overridden). This pull request will now be reviewed by the release team before it's merged. @rappoccio, @sextonkennedy, @antoniovilela, @mandrenguyen (and backports should be raised in the release meeting by the corresponding L2) |
Milestone for this pull request has been moved to CMSSW_14_2_X. Please open a backport if it should also go in to CMSSW_14_1_X. |
+1 |
PR description:
This PR modifies the era in the DQM client config files to fix the data emulator mismatches seen in BMTF Muon quality plots.
PR validation:
Code quality check performed. Changes under test with DQM Online streamers