-
Notifications
You must be signed in to change notification settings - Fork 4.6k
Updated ROOT geometry version compatibility #48288
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
Updated ROOT geometry version compatibility #48288
Conversation
ROOT versions < 6.37.0 use GetGeomPainter() while newer versions use GetGeomChecker() for geometry overlap checks.
|
cms-bot internal usage |
|
-code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-48288/45133 Code check has found code style and quality issues which could be resolved by applying following patch(s)
|
|
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-48288/45134 |
|
A new Pull Request was created by @akritkbehera for master. It involves the following packages:
@Dr15Jones, @alja, @cmsbuild, @makortel can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
|
Please test |
|
+1 |
|
This pull request is fully signed and it will be integrated in one of the next master IBs after it passes the integration tests. This pull request will now be reviewed by the release team before it's merged. @antoniovilela, @rappoccio, @sextonkennedy, @mandrenguyen (and backports should be raised in the release meeting by the corresponding L2) |
|
-1 Failed Tests: RelVals The following merge commits were also included on top of IB + this PR after doing git cms-merge-topic:
You can see more details here: RelVals |
|
please test lets rerun tests |
|
-1 Failed Tests: RelVals The following merge commits were also included on top of IB + this PR after doing git cms-merge-topic:
You can see more details here: RelVals |
|
I would assume this external needs to be included?: cms-data/RecoBTag-Combined#69 |
ah ok, lets retest once a new IB with the data external is available |
|
please test newer IB with the needed external is now available |
|
REMINDER @mandrenguyen, @rappoccio, @antoniovilela, @sextonkennedy: This PR was tested with cms-sw/cmsdist#9917, please check if they should be merged together |
|
+1 Size: This PR adds an extra 28KB to repository Comparison SummarySummary:
|
|
@cms-sw/orp-l2 , can you please review this and merge it? This is needed to get the ROOT6 updates cms-sw/cmsdist#9917 |
|
+1 |
ROOT geometry version compatibility
Update geometry checker/painter calls for ROOT 6.37+ compatibility.
ROOT versions < 6.37.0 use GetGeomPainter() while newer versions
use GetGeomChecker().