-
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
Change CandidateBoostedDoubleSecondaryVertexComputer to use GBRForest (76X) #11607
Change CandidateBoostedDoubleSecondaryVertexComputer to use GBRForest (76X) #11607
Conversation
@cmsbuild please test |
The tests are being triggered in jenkins. |
A new Pull Request was created by @lgray (Lindsey Gray) for CMSSW_7_6_X. Change CandidateBoostedDoubleSecondaryVertexComputer to use GBRForest It involves the following packages: RecoBTag/SecondaryVertex @cmsbuild, @cvuosalo, @slava77 can you please review it and eventually sign? Thanks. |
@lgray, note that this tagger is not run in the standard reco and is expected to undergo significant changes in the coming weeks. However, since you are updating the existing code, you can remove the mutex and its locking since this is now handled internally by the TMVAEvaluator. |
@ferencek OK, thanks. Wasn't sure what I should do since it's not const threadsafe (and didn't feel like walking through the code). I'll update later. |
@ferencek FYI here is where I found this particular instance of using TMVA::Reader. If it is changing in the future that's fine, so long as TMVA::Reader doesn't use memory in the future! |
@cmsbuild please test |
The tests are being triggered in jenkins. |
@lgray, when updated, the plan is to use GBRForest. However, this will require a transient instance of |
@ferencek |
@slava77, developments haven't started yet so there should be no interference. |
@ferencek Transient instances of TMVA::Reader are fine for me. |
+1
|
This pull request is fully signed and it will be integrated in one of the next CMSSW_7_6_X IBs (tests are also fine). This pull request requires discussion in the ORP meeting before it's merged. @davidlange6, @Degano, @smuzaffar |
@slava77, pfBoostedDoubleSecondary* are not included the standard reco (possibly will be in some future release) so the fact they don't run is intentional. |
+1 |
…aryVertexComputer Change CandidateBoostedDoubleSecondaryVertexComputer to use GBRForest (76X)
Right, I ended up looking at a wrong PAT config and confused myself that ... Why load the ES producer then? Maybe some cleanup is in order on this On Oct 6, 2015 12:01 AM, "Dinko Ferencek" [email protected] wrote:
|
Change the TMVA evaluator in CandidateBoostedDoubleSecondaryVertexComputer to use GBRForest for internal storage rather than TMVA::Reader.
Purely technical, no changes expected/observed.