-
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 (various) (75x) #10970
migrate modules used by the HLT menu to multithreading (various) (75x) #10970
Conversation
- L1GtVhdlWriterCore: get rid of an unnecessary const_cast - L1GtTriggerMenuXmlParser: fix the input parameter of strtol
A new Pull Request was created by @fwyzard (Andrea Bocci) for CMSSW_7_5_X. migrate to modules used by the HLT menu multithreading (part 1) It involves the following packages: HLTrigger/HLTcore @Martin-Grunewald, @perrotta, @cmsbuild, @mulhearn, @fwyzard can you please review it and eventually sign? Thanks. |
978abf1
to
dca8ada
Compare
L1GtTriggerMenu is now properly initialised by the EventSetup framework, so there is no longer need to call (const_cast<L1GtTriggerMenu *>(l1GtTriggerMenu))->buildGtConditionMap(); or to keep a local copy for that purpose
- change most configuration parameters into const members - change into a stream::EDProducer
e513792
to
80fa995
Compare
@cmsbuild please test |
The tests are being triggered in jenkins. |
+1 |
tracked at #10965 |
+1 |
Thanks, Andrea. |
+1 |
+1 |
…part1 migrate modules used by the HLT menu to multithreading (various) (75x)
backport #10958 to 75x