-
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
Tunable PUMax
in PrimaryVertexMonitor
and Finer d_xy DQM Tracking Plots
#44669
Conversation
cms-bot internal usage |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-44669/39869
|
A new Pull Request was created by @AdrianoDee for master. It involves the following packages:
@antoniovagnerini, @cmsbuild, @rvenditti, @tjavaid, @nothingface0, @syuvivida can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
please test |
-1 Failed Tests: RelVals-INPUT RelVals-INPUT
Comparison SummarySummary:
|
please test |
nbvtx = iBooker.book1D("vtxNbr", "Reconstructed Vertices in Event", 80, -0.5, 79.5); | ||
nbgvtx = iBooker.book1D("goodvtxNbr", "Reconstructed Good Vertices in Event", 80, -0.5, 79.5); | ||
nbvtx = iBooker.book1D("vtxNbr", "Reconstructed Vertices in Event", 150, -0.5, 149.5); | ||
nbgvtx = iBooker.book1D("goodvtxNbr", "Reconstructed Good Vertices in Event", 150, -0.5, 149.5); |
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.
since you're touching it, perhaps you can make it more future proof, by using the era modifiers
cmssw/DQMOffline/RecoB/python/PrimaryVertexMonitor_cff.py
Lines 32 to 38 in 1471374
# same as above, should be in sync with cut used in Vertex finder... | |
from Configuration.Eras.Modifier_phase1Pixel_cff import phase1Pixel | |
from Configuration.Eras.Modifier_run3_common_cff import run3_common | |
from Configuration.Eras.Modifier_phase2_tracker_cff import phase2_tracker | |
phase1Pixel.toModify(pvMonitor, EtaBin=28, EtaMin=-2.7, EtaMax=2.7) | |
run3_common.toModify(pvMonitor, Xpos = 0.15, Ypos=-0.15) #recentering since initial Run3 beamspot is at (0.17,-0.18) cm | |
phase2_tracker.toModify(pvMonitor, EtaBin=41, EtaBin2D=9, EtaMin=-4.0, EtaMax=4.0) |
and put larger values also for Phase-2.
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.
Sure, I hadn't noticed the problem was there also for Phase2. Let me fix it.
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 I will take the chance to update few other parameters that are off.
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.
@AdrianoDee ping.
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-f29e57/38730/summary.html Comparison SummarySummary:
|
@AdrianoDee |
Hi Slava, I can come back to this during this week. |
please test |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-44669/40520
|
Pull request #44669 was updated. @nothingface0, @tjavaid, @antoniovagnerini, @rvenditti, @syuvivida can you please check and sign again. |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-f29e57/39780/summary.html Comparison SummarySummary:
|
@mmusich , are you happy with the updates ? |
@tjavaid, sure, let's go ahead. |
+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. @rappoccio, @sextonkennedy, @antoniovilela (and backports should be raised in the release meeting by the corresponding L2) |
+1 |
A couple of minor fixes for tracking DQM plots:
PrimaryVErtexMonitor
;