-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
Scouting producers now ignore missing input collections #11627
Scouting producers now ignore missing input collections #11627
Conversation
A new Pull Request was created by @duanders (Dustin Anderson) for CMSSW_7_4_X. Scouting producers now ignore missing input collections It involves the following packages: HLTrigger/JetMET @Martin-Grunewald, @perrotta, @cmsbuild, @fwyzard can you please review it and eventually sign? Thanks. |
We'd need PRs for 75X and 76X as well! |
please test |
The tests are being triggered in jenkins. |
+1 |
This pull request is fully signed and it will be integrated in one of the next CMSSW_7_4_X IBs (tests are also fine) and once validation in the development release cycle CMSSW_7_6_X is complete. This pull request requires discussion in the ORP meeting before it's merged. @davidlange6, @Degano, @smuzaffar |
+1 |
Scouting producers now ignore missing input collections
HLTScoutingCaloProducer and HLTScoutingPFProducer no longer return when they fail to find an input collection. Instead they pack whatever information is available and ignore the missing collection.
This change is needed to complete the integration of the latest scouting trigger paths into the HLT menu.