-
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
BeamSpot
Payload Inspector: introduce payload parameters comparator
#37143
BeamSpot
Payload Inspector: introduce payload parameters comparator
#37143
Conversation
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-37143/28682
|
A new Pull Request was created by @mmusich (Marco Musich) for master. It involves the following packages:
@cmsbuild, @ggovi, @tvami, @malbouis, @francescobrivio can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
@cmsbuild, please test |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-28be95/22847/summary.html Comparison SummarySummary:
|
+db |
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. @perrotta, @dpiparo, @qliphy (and backports should be raised in the release meeting by the corresponding L2) |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-28be95/22873/summary.html Comparison SummarySummary:
|
So, differences are still there, but they now look different than in the previous comparisons. This is the same wf 136.7611 that was reported above While having non identical distributions in consecutive runs of the bot tests probably confirms that there is some non reproducibily issue for those patPhotons' haloTaggerMVA, I don't remember having seen it in other PR tests. |
There's no way that changes in these classes can affect anything in any relval. |
d20ead3
to
8c57f57
Compare
since this was being held anyway, I profited to push some other improvement. |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-37143/28703
|
Pull request #37143 was updated. can you please check and sign again. |
@cmsbuild, please test |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-28be95/22885/summary.html Comparison SummarySummary:
|
+1 |
+1 |
PR description:
The goal of this PR is to introduce a new type of class for the BeamSpot Payload Inspector that allows to compare the BeamSpot parameters for two different payloads, either two different IOVs form the same tag, or from two different tags .
This is done via a novel templated
DisplayParametersDiff
class that will accept bothBeamSpotObjects
andBeamSpotOnlineObjects
data types.The unit tests of the package
CondCore/BeamSpotPlugins
are enhanced in order to test the newly added functionality.PR validation:
Tested with the following commands:
and:
and obtained the following plots:
if this PR is a backport please specify the original PR and why you need to backport that PR:
N/A