-
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
Removing Muon POG DQM sequence from Express pipeline - backport to 14_0_X #46298
Conversation
A new Pull Request was created by @rseidita for CMSSW_14_0_X. 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-bot internal usage |
please test |
please abort |
please test workflow 1001.3,1001.4 |
backport of #46293 |
+1 Size: This PR adds an extra 20KB to repository Comparison SummarySummary:
|
+1 |
This pull request is fully signed and it will be integrated in one of the next CMSSW_14_0_X IBs (tests are also fine) and once validation in the development release cycle CMSSW_14_2_X is complete. This pull request will now be reviewed by the release team before it's merged. @rappoccio, @mandrenguyen, @sextonkennedy, @antoniovilela (and backports should be raised in the release meeting by the corresponding L2) |
+1 |
@@ -158,7 +158,7 @@ | |||
|
|||
|
|||
DQMOfflinePrePOGExpress = cms.Sequence( DQMOfflineTracking * | |||
DQMOfflineMUO * |
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.
DQMOfflineMUO = cms.Sequence(muonMonitors) |
and
cmssw/DQMOffline/Muon/python/muonMonitors_cff.py
Lines 25 to 30 in 6da1102
muonMonitors = cms.Sequence(muonTrackAnalyzers* | |
cscMonitor* | |
muonAnalyzer* | |
muonIdDQM* | |
dqmInfoMuons* | |
muIsoDQM_seq) |
and finally
cscMonitor = DQMEDAnalyzer('CSCOfflineMonitor', |
I think this removed more than it was meant to (see https://cms-talk.web.cern.ch/t/missing-folder-in-streamexpress-run2024i-express-v2-dqmio/52718/1). @fabiocos @ptcox
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.
Indeed, I missed this, will fix it ASAP. Apologies.
[Backport 140X] DQM: restore Muon POG sequence (and CSC Monitor), revert #46298
PR description:
Removing Muon POG DQM sequence from Express pipeline to reduce memory load at T0.
If this PR is a backport please specify the original PR and why you need to backport that PR. If this PR will be backported please specify to which release cycle the backport is meant for:
Backport of #46293