-
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
Added dummy parameters to HIMultiTrackSelector #11105
Conversation
A new Pull Request was created by @istaslis (Stas Lisniak) for CMSSW_7_5_X. Added dummy parameters to HIMultiTrackSelector It involves the following packages: RecoHI/HiTracking @cmsbuild, @cvuosalo, @slava77 can you please review it and eventually sign? Thanks. |
@cmsbuild please test |
The tests are being triggered in jenkins. |
+1 Technical change to add dummy parameters to HIMultiTrackSelector. There should be no change in run-time behavior. #11106 is the 76X version of this PR, and it has already been approved by Reco. The code change is satisfactory, and Jenkins tests against baseline CMSSW_7_5_X_2015-09-02-1100 show no significant differences, as expected. |
This pull request is fully signed and it will be integrated in one of the next CMSSW_7_5_X IBs once checked with relvals in the development release cycle of CMSSW (tests are also fine). This pull request requires discussion in the ORP meeting before it's merged. @davidlange6, @Degano, @smuzaffar |
Added dummy parameters to HIMultiTrackSelector
Dummy parameters should be added in the top selector file in order to be accessible from confdb.
This PR doesn't change anything in the reconstruction and is a pure python fix.