-
Notifications
You must be signed in to change notification settings - Fork 4.6k
move JetMatching package from SimDataFormats into DataFormats #33189
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
Conversation
|
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-33189/21601
|
|
A new Pull Request was created by @davidlange6 (David Lange) for master. It involves the following packages: DataFormats/JetMatching The following packages do not have a category, yet: DataFormats/JetMatching @perrotta, @andrius-k, @gouskos, @kmaeshima, @civanch, @ErnestaP, @mdhildreth, @cmsbuild, @jfernan2, @fgolf, @ahmad3213, @slava77, @jpata, @mariadalfonso, @santocch, @rvenditti can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
|
Please test
… On Mar 16, 2021, at 10:35 AM, cmsbuild ***@***.***> wrote:
A new Pull Request was created by @davidlange6 (David Lange) for master.
It involves the following packages:
DataFormats/JetMatching
DataFormats/PatCandidates
HLTriggerOffline/Btag
PhysicsTools/JetCharge
PhysicsTools/JetExamples
PhysicsTools/JetMCAlgos
PhysicsTools/NanoAOD
PhysicsTools/PatAlgos
RecoJets/JetAnalyzers
SimDataFormats/JetMatching
Validation/RecoB
The following packages do not have a category, yet:
DataFormats/JetMatching
Please create a PR for https://github.com/cms-sw/cms-bot/blob/master/categories_map.py to assign category
@perrotta, @andrius-k, @gouskos, @kmaeshima, @civanch, @ErnestaP, @mdhildreth, @cmsbuild, @jfernan2, @fgolf, @ahmad3213, @slava77, @jpata, @mariadalfonso, @santocch, @rvenditti can you please review it and eventually sign? Thanks.
@rappoccio, @gouskos, @schoef, @emilbols, @mbluj, @peruzzim, @seemasharmafnal, @mmarionncern, @apsallid, @ahinzmann, @smoortga, @fabiocos, @jdolen, @ferencek, @rovere, @jdamgov, @missirol, @nhanvtran, @gkasieczka, @hatakeyamak, @mtosi, @andrzejnovak, @clelange, @swertz, @swozniewski, @JyothsnaKomaragiri, @lecriste, @cbernet, @gpetruc, @mariadalfonso this is something you requested to watch as well.
@silviodonato, @dpiparo, @qliphy you are the release manager for this.
cms-bot commands are listed here
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
|
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-9f44bd/13540/summary.html Comparison SummarySummary:
|
| #include "DataFormats/Common/interface/AssociationVector.h" | ||
| #include "DataFormats/Common/interface/RefToBaseProd.h" | ||
| #include "SimDataFormats/JetMatching/interface/JetFlavourInfo.h" | ||
| #include "DataFormats/JetMatching/interface/JetFlavourInfo.h" |
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.
it would be nice to update the include guards as well, s/SimDataFormats_/DataFormats_/ (this applies to all files in this moved package)
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.
Sorry I missed those. Fixed.
yea - I've had this happen a few times recently. @smuzaffar ? |
|
+1 |
this happens when I will update bot to search for "ERROR DAS QL" and report it on the summary comment. |
|
the problem here with matrix INPUT is that when we run multiple das queries e.g. for workflow 4.24 then , due to |
|
@smuzaffar - I believe the goal was just to get the return value of the last dasquery (eg, to try N times in case of failure) |
|
@cms-sw/simulation-l2 |
|
+1 |
|
+1 |
|
merge |
|
we started to see these kind of errors ? does it means we need to wait ? In file included from SimDataFormatsJetMatching_xr dictionary payload:63: |
|
@mariadalfonso , do you get the same error in CMSSW_11_3_X_2021-03-23-1100 release? |
|
@davidlange6 @smuzaffar |
|
there is a new full IB available now ( CMSSW_11_3_X_2021-03-23-1400 ) and I hope that should fix these issues |
|
+1 |
|
This pull request is fully signed and it will be integrated in one of the next master IBs (but tests are reportedly failing). |
as with #33188 and #33187, this PR reduces the SimDataFormats dependencies in DataFormats. I believe this is the last one. SimDataFormats/JetMatching has no non-DataFormats dependencies that I see, so I just moved it to DataFormats.