-
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
Modernized DetIdAssociatorESProducer #27010
Modernized DetIdAssociatorESProducer #27010
Conversation
- removed framework constructs from DetIdAssociators - created DetIdAssociatorMakers which get configurations from the ParameterSet, set what EventSetup data products will be consumed and then create the appropriate DetIdAssociator.
The code-checks are being triggered in jenkins. |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-27010/10077
|
A new Pull Request was created by @Dr15Jones (Chris Jones) for master. It involves the following packages: TrackingTools/TrackAssociator @perrotta, @cmsbuild, @slava77 can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
please test |
The tests are being triggered in jenkins. |
-1 Tested at: f95dfae You can see the results of the tests here: I found follow errors while testing this PR Failed tests: Build
I found compilation error when building: >> Compiling /build/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_11_0_X_2019-05-30-1100/src/RecoJets/JetProducers/src/JetSpecific.cc >> Compiling /build/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_11_0_X_2019-05-30-1100/src/RecoJets/JetProducers/src/JetMatchingTools.cc >> Compiling /build/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_11_0_X_2019-05-30-1100/src/RecoJets/JetProducers/src/JetIDHelper.cc >> Compiling /build/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_11_0_X_2019-05-30-1100/src/RecoJets/JetProducers/src/CastorJetIDHelper.cc /build/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_11_0_X_2019-05-30-1100/src/RecoJets/JetProducers/src/JetMuonHitsIDHelper.cc: In member function 'void reco::helper::JetMuonHitsIDHelper::calculate(const edm::Event&, const edm::EventSetup&, const reco::Jet&, int)': /build/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_11_0_X_2019-05-30-1100/src/RecoJets/JetProducers/src/JetMuonHitsIDHelper.cc:65:16: error: 'GlobalTrackingGeometryRecord' was not declared in this scope iSetup.get ().get(trackingGeometry); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /build/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_11_0_X_2019-05-30-1100/src/RecoJets/JetProducers/src/JetMuonHitsIDHelper.cc:65:16: note: suggested alternative: 'GlobalTrackingGeometry' iSetup.get ().get(trackingGeometry); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
Comparison not run due to Build errors (RelVals and Igprof tests were also skipped) |
please test |
Comparison is ready Comparison Summary:
|
what was the problem with this? |
From a maintenance standpoint, the less couplings the better. For example, we strongly discourage Event data products from knowing about the |
@christopheralanwest @pohsun @santocch could you please check? |
+1 |
this code it looks like will need clang-format cleaning |
@fabiocos can the formating be done in a separate pull request or does it have to be in this one? |
+1 |
merge @Dr15Jones we will do it separately, I am just checking how much is left (or undone) in recent PRs |
+1 |
This pull request is fully signed and it will be integrated in one of the next master IBs (tests are also fine). This pull request will be automatically merged. |
PR description:
PR validation:
The code compiles.
This is intended to be a refactoring so should not change any results.