-
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
fixed dimuon invariant mass plots range #43027
Conversation
A new Pull Request was created by @llunerti for CMSSW_13_2_X. It involves the following packages:
@antoniovagnerini, @rvenditti, @cmsbuild, @tjavaid, @nothingface0, @syuvivida can you please review it and eventually sign? Thanks. cms-bot commands are listed here
|
Pull request #43027 was updated. @antoniovagnerini, @tjavaid, @cmsbuild, @rvenditti, @nothingface0, @syuvivida can you please check and sign again. |
Pull request #43027 was updated. @rvenditti, @cmsbuild, @tjavaid, @nothingface0, @syuvivida, @antoniovagnerini can you please check and sign again. |
please test |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-5d8bc7/36411/summary.html Comparison SummarySummary:
|
sorry @rappoccio re-requested for review by mistake... |
+1 |
This pull request is fully signed and it will be integrated in one of the next CMSSW_13_2_X IBs (tests are also fine) and once validation in the development release cycle CMSSW_14_0_X is complete. This pull request will now be reviewed by the release team before it's merged. @antoniovilela, @sextonkennedy, @rappoccio (and backports should be raised in the release meeting by the corresponding L2) |
I don't see the 14_0_X version of this, where is the main branch? |
hold
|
Pull request has been put on hold by @rappoccio |
@rappoccio here it is, sorry for the delay! |
unhold |
This pull request is fully signed and it will be integrated in one of the next CMSSW_13_2_X IBs (tests are also fine) and once validation in the development release cycle CMSSW_14_1_X is complete. 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) |
backport of #43626 |
please test |
-1 Failed Tests: RelVals-INPUT RelVals-INPUTComparison SummarySummary:
|
please test |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-5d8bc7/37435/summary.html Comparison SummarySummary:
|
+1 |
1 similar comment
+1 |
PR description:
This PR fixes the range of the following histograms under the Muons/diMuonHistograms area of the Offline DQM:
The ranges of all the above plots were not centered on the Z peak, so they were showing no entries (e.g. https://tinyurl.com/ytbrrk9w). To fix this I've just put the correct mass range around the Z peak (namely from
HighMassMin
toHighMassMax
defined here).PR validation:
I have checked that the above plots are filled as intended by running the
10842.0
Z->MuMu workflow on CMSSW_13_2_6. The Z peak was visible as expected.FYI @caruta
P.S. This PR was opened by mistake in the main branch: #43026