-
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
Restructured code of againstElectronDeadECAL tauID (10_2_X) #29747
Restructured code of againstElectronDeadECAL tauID (10_2_X) #29747
Conversation
…n either AOD or miniAOD inputs - use eta and phi of impact position of leadingPFChargedHadron on ECAL surface instead of eta and phi of tau at the vertex (taking bending of track in the magnetic field and the zVertex into account; disabled by default for backwards compatiblity)
…n ECAL surface (instead of taking eta and phi of tau at the vertex) when running againstElectronDeadECAL discriminator on AOD level (for backwards compatibility) - removed debug output
A new Pull Request was created by @mbluj for CMSSW_10_2_X. It involves the following packages: PhysicsTools/PatAlgos @perrotta, @cmsbuild, @santocch, @slava77 can you please review it and eventually sign? Thanks. cms-bot commands are listed here
|
backport of #29627 |
@cmsbuild please test |
The tests are being triggered in jenkins. |
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.
To be updated, to match the 106X or the master:
- RecoTauTag/RecoTau/interface/TauDiscriminationProducerBase.h getProducerString and similarly in TauDiscriminationProducerBase.cc
- RecoTauTag/RecoTau/plugins/TauDiscriminationAgainstElectronDeadECAL.cc
- RecoTauTag/RecoTau/src/AntiElectronIDMVA6.cc
RecoTauTag/RecoTau/plugins/TauDiscriminationAgainstElectronDeadECAL.cc
Outdated
Show resolved
Hide resolved
+1 |
Comparison job queued. |
Comparison is ready Comparison Summary:
|
@cmsbuild please test |
The tests are being triggered in jenkins. |
+1 |
Comparison job queued. |
Comparison is ready Comparison Summary:
|
+1 |
+1
|
This pull request is fully signed and it will be integrated in one of the next CMSSW_10_2_X IBs (tests are also fine) and once validation in the development release cycle CMSSW_11_2_X is complete. This pull request will now be reviewed by the release team before it's merged. @silviodonato, @dpiparo (and backports should be raised in the release meeting by the corresponding L2) |
+1 |
PR description:
Restructured code of againstElectronDeadECAL discriminator to run on either AOD or miniAOD inputs (backport of #29627):
Expected some differences:
PR validation:
runTheMatrix.py -l limited -i all
passed successfully except a few failed due to problem with inputs (DAS_ERROR).if this PR is a backport please specify the original PR and why you need to backport that PR:
It is backport of #29627