-
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
MiniAOD: met filter flag on bad muon #15761
Conversation
A new Pull Request was created by @mariadalfonso for CMSSW_8_1_X. It involves the following packages: PhysicsTools/PatAlgos @cmsbuild, @cvuosalo, @slava77, @monttj, @davidlange6 can you please review it and eventually sign? Thanks. cms-bot commands are list here #13028 |
@cmsbuild please test looks like the various filters are generated by copy-paste with minor modifications. |
The tests are being triggered in jenkins. |
since this is considered not essential for rereco, I'd rather we properly review this at regular pace. |
@mariadalfonso: Massive copy/paste of code is not an advisable software development method for maintainable production code. Instead of five nearly identical filter classes, there should only be one which is parameterized and configurable for multiple needs. This configurability can be achieved with constructor parameters, templates, inheritance, or maybe multiple method functions. |
@mariadalfonso: The 810pre12 deadline is rapidly approaching. What is the plan for completing this PR? |
I close these PR since I made those in a super hurry to meet the 8_0_20 re-reco deadline. For the 81X - that target next year, if needed we can re-open other PRs that
|
Here additional MET filter flags