-
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
DataFormats for Phase-2 L1T-HLT #32150
Conversation
-code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-32150/19822
Code check has found code style and quality issues which could be resolved by applying following patch(s)
|
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-32150/19832
|
A new Pull Request was created by @trtomei (Thiago Tomei) for master. It involves the following packages: DataFormats/HLTReco @cmsbuild, @kpedro88, @jmduarte, @Martin-Grunewald, @rekovic, @fwyzard 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: 972f0b6 CMSSW: CMSSW_11_2_X_2020-11-15-2300 I found follow errors while testing this PR Failed tests: Build
I found compilation error when building: >> Compiling edm plugin /data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_11_2_X_2020-11-15-2300/src/HLTrigger/HLTcore/plugins/TriggerSummaryAnalyzerAOD.cc >> Compiling edm plugin /data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_11_2_X_2020-11-15-2300/src/HLTrigger/HLTcore/plugins/TriggerSummaryAnalyzerRAW.cc >> Compiling edm plugin /data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_11_2_X_2020-11-15-2300/src/HLTrigger/HLTcore/plugins/TriggerSummaryProducerAOD.cc >> Compiling edm plugin /data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_11_2_X_2020-11-15-2300/src/HLTrigger/HLTcore/plugins/TriggerSummaryProducerRAW.cc /data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_11_2_X_2020-11-15-2300/src/HLTrigger/HLTcore/plugins/TriggerSummaryProducerAOD.cc: In member function 'virtual void TriggerSummaryProducerAOD::produce(edm::StreamID, edm::Event&, const edm::EventSetup&) const': /data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_11_2_X_2020-11-15-2300/src/HLTrigger/HLTcore/plugins/TriggerSummaryProducerAOD.cc:336:3: error: parse error in template argument list fillTriggerObjectCollections( ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_11_2_X_2020-11-15-2300/src/HLTrigger/HLTcore/plugins/TriggerSummaryProducerAOD.cc:337:80: error: no matching function for call to 'TriggerSummaryProducerAOD::fillTriggerObjectCollections< >(trigger::TriggerObjectCollection&, std::map&, std::vector >&, trigger::Keys&, edm::Event&, const edm::GetterOfProducts >&, TriggerSummaryProducerAOD::InputTagSet&) const' toc, offset, tags, keys, iEvent, getPFJetCollection_, collectionTagsEvent); ^ |
Comparison job queued. |
Hm, I did compile this successfully. Let me see if I understand what is wrong. |
+1 |
Comparison job queued. |
Comparison is ready Comparison Summary:
|
+upgrade |
+1 |
+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 now be reviewed by the release team before it's merged. @silviodonato, @dpiparo, @qliphy (and backports should be raised in the release meeting by the corresponding L2) |
+1 |
This PR adds additional infrastructure for the L1T-HLT interface for Phase2.
It is a sister PR to #32137
We add a couple new DataFormats to allow selections on the new PF-based L1T objects.
We ran
scram b runtests
with success.We ran
runTheMatrix.py -l limited -i all --ibeos
with success.