-
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
backport of #13819: Speed seeding for HLT #15280
Conversation
tracked at #15151 |
please test |
The tests are being triggered in jenkins. |
A new Pull Request was created by @fwyzard (Andrea Bocci) for CMSSW_8_0_X. It involves the following packages: DataFormats/GeometrySurface @civanch, @Dr15Jones, @cvuosalo, @ianna, @mdhildreth, @cmsbuild, @slava77, @davidlange6 can you please review it and eventually sign? Thanks. cms-bot commands are list here #13028 |
Gives 1.2%-1.3% improvement to cpu timing and throughput:
|
Does not introduce any changes to HLT results over 1000 events:
|
protected: | ||
AlignmentPositionError* theAlignmentPositionError; | ||
AlignmentPositionError* theAlignmentPositionError=nullptr; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@fwyzard - would using std::unique_ptr work here?
-1 Tested at: 6ee70e4 You can see the results of the tests here: I found follow errors while testing this PR Failed tests: UnitTests
I found errors in the following unit tests: ---> test runtestRecoEgammaElectronIdentification had ERRORS |
the failure seems to be due to a missing input sample:
|
please test |
please test |
The tests are being triggered in jenkins. |
-1 Tested at: bb3c568 You can see the results of the tests here: I found follow errors while testing this PR Failed tests: UnitTests RelVals
I found errors in the following unit tests: ---> test runtestSimCalorimetryHGCalSimProducers had ERRORS
When I ran the RelVals I found an error in the following worklfows: DAS Error |
@cmsbuild please test |
The tests are being triggered in jenkins. |
-1 Tested at: bb3c568 You can see the results of the tests here: I found follow errors while testing this PR Failed tests: UnitTests
I found errors in the following unit tests: ---> test testJetMETCorrectionsType1MET had ERRORS |
+1 Speeding up seeding for HLT. The code changes are satisfactory, and Jenkins tests against baseline CMSSW_8_0_X_2016-08-08-2300 show a few, tiny, insignificant differences. Extended tests discussed above (#15280 (comment)) show numerous, tiny differences, but they are not significant nor more than jitter and minor fluctuations. Timing tests (#15280 (comment)) show this PR provides about a 1.2% improvement. |
No description provided.