-
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
Backport in 73X of "Update of VBF HLT filter #7079 " #7081
Conversation
A new Pull Request was created by @silviodonato for CMSSW_7_3_X. Backport in 73X of "Update of VBF HLT filter #7079 " It involves the following packages: HLTrigger/JetMET @Martin-Grunewald, @perrotta, @cmsbuild, @nclopezo, @fwyzard can you please review it and eventually sign? Thanks. |
-1
Please test and fix, also the 74X PR. |
This pull request is fully signed and it will be integrated in one of the next CMSSW_7_3_X IBs unless changes (tests are also fine). This pull request requires discussion in the ORP meeting before it's merged. @davidlange6, @nclopezo, @ktf, @smuzaffar |
This pull request is fully signed and it will be integrated in one of the next CMSSW_7_3_X IBs unless changes (tests are also fine). This pull request requires discussion in the ORP meeting before it's merged. @davidlange6, @nclopezo, @ktf, @smuzaffar |
Particle::LorentzVector b1,b2,q1,q2; | ||
if (inputJetTags_.encode()=="") { | ||
for (typename TCollection::const_iterator jet=jets->begin(); (jet!=jets->end()&& nJet<nMax); ++jet) { | ||
if (value_=="Pt") { |
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.
would be much better to convert value_ into an enum of sorts as to avoid several string comparisons per jets
+1 |
Backport in 73X of "Update of VBF HLT filter #7079 "
Backport in 73X of "Update of VBF HLT filter #7079 "