-
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
moved PixelThresholdClusterizer::clusterizeDetUnitT template function in separate header #42314
Conversation
… in separate header file
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-42314/36343
|
A new Pull Request was created by @smuzaffar (Malik Shahzad Muzaffar) for master. It involves the following packages:
@cmsbuild, @mandrenguyen, @clacaputo 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:
|
hi @smuzaffar just for my education, why is this not in a |
@tvami , no particular reason. I can move it to header file itself. I do not know if compiler is going to make it an inline function or not |
This is true that there is no mention of
|
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-6f29e9/33795/summary.html Comparison SummarySummary:
|
+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. @perrotta, @dpiparo, @rappoccio (and backports should be raised in the release meeting by the corresponding L2) |
+1 |
Fixes #42161
template void PixelThresholdClusterizer::clusterizeDetUnitT is template function and it should not be in
cc
file. Moving it to a separate header file and then including it, where it is needed, fixes the ppc64le gcc12 build/link errors.