-
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
migrate modules used by the HLT menu to multithreading (AlCa) (75x) #10969
migrate modules used by the HLT menu to multithreading (AlCa) (75x) #10969
Conversation
- change all configuration parameters into const members - initialise them in the member initializer list - remove unnecessary parameters - remove unnecessary caching of EventSetup products - remove unused methods and member variables - remove usage of exceptions in the FED check loop - change into a global::EDFilter
- change all configuration parameters into const members - initialise them in the member initializer list - remove unused methods and member variables - change into a global::EDProducer
- change most configuration parameters into const members - initialise them in the member initializer list - change into a stream::EDProducer
…ucer - change all configuration parameters into const members - initialise them in the member initializer list - remove unused methods - change into a global::EDProducer
A new Pull Request was created by @fwyzard (Andrea Bocci) for CMSSW_7_5_X. migrate to modules used by the HLT menu multithreading (AlCa) (75x) It involves the following packages: Alignment/LaserAlignment @cmsbuild, @mmusich, @diguida, @cerminar can you please review it and eventually sign? Thanks. |
tracked at #10965 |
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_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 |
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 |
+1 |
…AlCa migrate to modules used by the HLT menu multithreading (AlCa) (75x)
backport #10957 to 75x