-
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
DataFormats/TauReco: clean dictionary of duplicate selection rules #9362
DataFormats/TauReco: clean dictionary of duplicate selection rules #9362
Conversation
Thanks to Danilo ROOT 6.04.00 will have user-friendly duplicate selection rule check. Warning: Selection file classes_def_3.xml, lines 112 and 103. Attempt to select with a named selection rule an already selected class. The name used in the selection is "reco::PFTauTransverseImpactParameterCollection" while the class is "vector<reco::PFTauTransverseImpactParameter>". Warning: Selection file classes_def_3.xml, lines 122 and 105. Attempt to select with a named selection rule an already selected class. The name used in the selection is "reco::PFTauTransverseImpactParameterRef" while the class is "edm::Ref<vector<reco::PFTauTransverseImpactParameter>, reco::PFTauTransverseImpactParameter, edm::refhelper::FindUsingAdvance<vector<reco::PFTauTransverseImpactParameter>, reco::PFTauTransverseImpactParameter> >". Warning: Selection file classes_def_3.xml, lines 192 and 181. Attempt to select with a named selection rule an already selected class. The name used in the selection is "reco::PFTau3ProngSummaryCollection" while the class is "vector<reco::PFTau3ProngSummary>". Warning: Selection file classes_def_3.xml, lines 204 and 183. Attempt to select with a named selection rule an already selected class. The name used in the selection is "reco::PFTau3ProngSummaryRef" while the class is "edm::Ref<vector<reco::PFTau3ProngSummary>,reco::PFTau3ProngSummary, edm::refhelper::FindUsingAdvance<vector<reco::PFTau3ProngSummary>, reco::PFTau3ProngSummary> >". Tested by comparing `seal_cap.cc`, which does not change after this patchset. Signed-off-by: David Abdurachmanov <David.Abdurachmanov@cern.ch>
A new Pull Request was created by @davidlt for CMSSW_7_5_X. DataFormats/TauReco: clean dictionary of duplicate selection rules It involves the following packages: DataFormats/TauReco @cmsbuild, @cvuosalo, @slava77 can you please review it and eventually sign? Thanks. |
@smuzaffar please check the cms-bot status in this case |
comparison results are now available On 6/3/2015 6:06 PM, Slava Krutelyov wrote:
|
This pull request is fully signed and it will be integrated in one of the next CMSSW_7_5_X IBs unless changes (tests are also fine). This pull request requires discussion in the ORP meeting before it's merged. @davidlange6, @Degano, @smuzaffar |
It should be explicit, from what I see ROOT6 does not check between name and pattern based selection rules for duplicate check. Thus it only checks for duplicates between name based selection rules. Could check the ROOT code if needed. |
+1 |
…s-TauReco DataFormats/TauReco: clean dictionary of duplicate selection rules
Thanks to Danilo ROOT 6.04.00 will have user-friendly duplicate
selection rule check.
Tested by comparing
seal_cap.cc
, which does not change after thispatchset.
Signed-off-by: David Abdurachmanov David.Abdurachmanov@cern.ch