[ROOT639] TF1 changes required to build root639#49818
Conversation
|
cms-bot internal usage |
|
-code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-49818/47472 Code check has found code style and quality issues which could be resolved by applying following patch(s)
|
| const int npar = order_ + 1; | ||
| auto cheb = std::make_unique<siPixelLACalibration::Chebyshev>(order_, theFitRange_.first, theFitRange_.second); | ||
| f1_ = std::make_unique<TF1>("f1", cheb.release(), theFitRange_.first, theFitRange_.second, npar, "Chebyshev"); | ||
| f1_ = std::make_unique<TF1>("f1", cheb.release(), theFitRange_.first, theFitRange_.second, npar); |
There was a problem hiding this comment.
It could be good to add the EAddToList::kNo (or "NL" if need to pass it as a string) to avoid adding the functions to the global list (that is not thread safe).
|
-code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-49818/47503 Code check has found code style and quality issues which could be resolved by applying following patch(s)
|
b737d25 to
a7300b5
Compare
|
-code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-49818/47504 Code check has found code style and quality issues which could be resolved by applying following patch(s)
|
a7300b5 to
2174999
Compare
|
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-49818/47505 |
|
A new Pull Request was created by @akritkbehera for master. It involves the following packages:
@Alejandro1400, @JanChyczynski, @arunhep, @atpathak, @civanch, @cmsbuild, @kpedro88, @mdhildreth, @perrotta can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
|
please test |
|
this change works for new ROOT master |
|
+1 Size: This PR adds an extra 32KB to repository Comparison SummarySummary:
|
|
+alca |
|
@cms-sw/simulation-l2 can you please review this change ? This is needed due to changes in ROOT master |
|
+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. @sextonkennedy, @ftenchini, @mandrenguyen (and backports should be raised in the release meeting by the corresponding L2) |
|
@cms-sw/orp-l2 , can we get this in next IB? This is needed for ROOT6_X update cms-sw/cmsdist#10274 |
|
+1 |
PR description:
Changes needed as the constructor of TF1 was modified in ROOT639.
Remove CINT compatibility constructors from TF1, THF2, and TF3