Skip to content
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

Improve efficiency of trigTools::setFiltersObjPasses #15051

Merged
merged 1 commit into from
Jul 5, 2016

Conversation

Dr15Jones
Copy link
Contributor

The function was creating a edm::InputTag, converting that to a string
then passing the string to a function which needs an edm::InputTag so
the compiler created yet another edm::InputTag. Now the code just
directly passes the edm::InputTag to the function.

This code was brought to my attention because running this code
using multiple threads has periodically crashed at this line of code.
The problem is not understood and it is unlikely that this change
fixes the underlying problem.

The function was creating a edm::InputTag, converting that to a string
then passing the string to a function which needs an edm::InputTag so
the compiler created yet another edm::InputTag. Now the code just
directly passes the edm::InputTag to the function.

This code was brought to my attention because running this code
using multiple threads has periodically crashed at this line of code.
The problem is not understood and it is unlikely that this change
fixes the underlying problem.
@cmsbuild
Copy link
Contributor

A new Pull Request was created by @Dr15Jones (Chris Jones) for CMSSW_8_1_X.

It involves the following packages:

DQMOffline/Trigger

@cmsbuild, @dmitrijus, @vanbesien, @davidlange6 can you please review it and eventually sign? Thanks.
@rociovilar, @HuguesBrun, @trocino, @jhgoh, @battibass this is something you requested to watch as well.
@slava77, @Degano, @smuzaffar you are the release manager for this.

cms-bot commands are list here #13028

@Dr15Jones
Copy link
Contributor Author

please test

@cmsbuild
Copy link
Contributor

cmsbuild commented Jun 29, 2016

The tests are being triggered in jenkins.
https://cmssdt.cern.ch/jenkins/job/ib-any-integration/13759/console

@cmsbuild
Copy link
Contributor

@dmitrijus
Copy link
Contributor

+1

@cmsbuild
Copy link
Contributor

cmsbuild commented Jul 5, 2016

This pull request is fully signed and it will be integrated in one of the next CMSSW_8_1_X IBs (tests are also fine). This pull request requires discussion in the ORP meeting before it's merged. @slava77, @davidlange6, @Degano, @smuzaffar

@davidlange6
Copy link
Contributor

+1

@cmsbuild cmsbuild merged commit 3af2556 into cms-sw:CMSSW_8_1_X Jul 5, 2016
@Dr15Jones Dr15Jones deleted the improve_setFiltersObjPasses branch July 14, 2016 19:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants