-
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
Update trigger selection #4774
Update trigger selection #4774
Conversation
A new Pull Request was created by @borrello for CMSSW_7_1_X. Update trigger selection It involves the following packages: DQMServices/StreamerIO @ojeda, @danduggan, @rovere, @cmsbuild, @nclopezo, @deguio, @Degano can you please review it and eventually sign? Thanks. |
+1 |
Looks like several memory leaks in this code. Maybe worth an investigation for the future |
Hi David, can you elaborate? I don't see any obvious leaks, but I will fix them if you point me in the right direction. Dmitrijus |
I'm just counting the ratio of new to delete.. maybe all of the news are deleted by something else, but I doubt it in all cases. david On Jul 24, 2014, at 1:42 PM, cmsbuild notifications@github.com
|
Hi, we use shared_ptr, Laura didn't make it clear enough, but I've changed it:
I will make a separate pull request somewhat next week (with other fixes too). Dmitrijus |
Please use std::shared_ptr instead of boost::shared_ptr. We are trying to remove our use of boost in preference to C++11 equivalents. |
I know, but this is 7_1_X, 7_2_X has already migrated all the code to use std::shared_ptr, But now I cannot just switch to std::shared_ptr, Dmitrijus |
Improved the trigger selection to be used for online DQM application