-
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
multithreading fix for 74x: AlCa modules #11352
Conversation
please test |
The tests are being triggered in jenkins. |
A new Pull Request was created by @fwyzard (Andrea Bocci) for CMSSW_7_4_X. multithreading fix for 74x: AlCa modules It involves the following packages: Alignment/LaserAlignment @cmsbuild, @mmusich, @diguida, @cerminar can you please review it and eventually sign? Thanks. |
tracked at #11317 |
please test |
- 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
4549788
to
6131404
Compare
rebased to merge on top of both CMSSW_7_4_X and CMSSW_7_4_12_patch4 |
please test |
The tests are being triggered in jenkins. |
+1 |
+1 |
multithreading fix for 74x: AlCa modules
backport #10957 / #10969 to 74x