-
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
Move GEMDigi dictionary generating classes #30740
Conversation
…ataFormats/GEMDigi and update references
The code-checks are being triggered in jenkins. |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-30740/17058
|
A new Pull Request was created by @watson-ij (Ian J. Watson) for master. It involves the following packages: DQM/GEM @perrotta, @andrius-k, @kmaeshima, @schneiml, @civanch, @mdhildreth, @cmsbuild, @jfernan2, @fioriNTU, @slava77, @jpata, @kpedro88 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 |
Comparison job queued. |
Comparison is ready Comparison Summary:
|
@watson-ij there seems to be erros due to duplicated dictionaries: |
So, the classes.h and classes_def.xml in EventFilter is deleted with this PR, and those classes are moved into the DataFormats. But it looks like the EventFilter classes_def is still being picked up in the Jenkins build? Not sure if theres a way around that? |
Pull request #30740 was updated. @perrotta, @andrius-k, @kmaeshima, @schneiml, @civanch, @mdhildreth, @cmsbuild, @jfernan2, @fioriNTU, @slava77, @jpata, @kpedro88 can you please check and sign again. |
please test with cms-sw/cmsdist#6090 |
The tests are being triggered in jenkins.
|
-1 Tested at: 1823c7f CMSSW: CMSSW_11_2_X_2020-07-16-2300 I found follow errors while testing this PR Failed tests: UnitTests
I found errors in the following unit tests: ---> test TestConfigDP had ERRORS |
Comparison job queued. |
Comparison is ready Comparison Summary:
|
+1
|
dqm, simulation, and upgrade signatures are still needed here. |
+upgrade |
+1 |
merge |
PR description:
Move GEMDigi dictionary generating classes from EventFilter/GEMRawToDigi to DataFormats/GEMDigi and update references
Per issue #30586 only DataFormats should have objects generating dictionaries.
@jshlee @quark2
PR validation:
Checked upgrade workflow 11621.0 still completes successfully with the changes. Grep'd through cmssw for references to the moved objects, and ran code-checks.
if this PR is a backport please specify the original PR and why you need to backport that PR:
Before submitting your pull requests, make sure you followed this checklist: