-
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
Templated BVertex plugins #11381
Templated BVertex plugins #11381
Conversation
A new Pull Request was created by @ferencek (Dinko Ferencek) for CMSSW_7_6_X. Templated BVertex plugins It involves the following packages: RecoBTag/SecondaryVertex @cmsbuild, @cvuosalo, @slava77 can you please review it and eventually sign? Thanks. |
minCosPAtomerge(params.getUntrackedParameter<double>("minCosPAtomerge",0.99)), | ||
maxPtreltomerge(params.getUntrackedParameter<double>("maxPtreltomerge",7777.0)) | ||
token_secondaryVertex(consumes<edm::View<VTX> >(params.getParameter<edm::InputTag>("secondaryVertices"))), | ||
maxDRForUnique(params.getParameter<double>("maxDRUnique")), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is good
untracked -> tracked
@cmsbuild please test |
The tests are being triggered in jenkins. |
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 |
+1 |
…om-CMSSW_7_6_0_pre4 Templated BVertex plugins
This PR templates the BVertexFilter and BtoCharmDecayVertexMerger plugins in order to make them usable in the candidate-based framework
No impact on the standard reconstruction is expected.
@imarches @cvernier