-
Notifications
You must be signed in to change notification settings - Fork 4.6k
Define dictionaries for X::Layout type aliases in DataFormats/HGCalDigi
#49473
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
…types This is necessary to get the X::Laout type alias recorded in the rootmap file, that is needed for the read rule.
|
cms-bot internal usage |
|
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-49473/46951 |
|
A new Pull Request was created by @makortel for master. It involves the following packages:
@civanch, @cmsbuild, @kpedro88, @mdhildreth can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
|
@cmsbuild, please test |
|
+1 Size: This PR adds an extra 24KB to repository Comparison SummarySummary:
|
|
+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. @mandrenguyen, @sextonkennedy, @ftenchini (and backports should be raised in the release meeting by the corresponding L2) |
|
+1 |
PR description:
#49470 reported auto-parsing failures related to
HGCalECONDPacketInfoSoALayout(and somehow specific to using RNTuple output). Visual inspection of theclasses_def.xmlfile showed that theX::Layouttype alias has not been specified, while the read rule explicitly uses theX::Layoutin a string form, and therefore a dictionary has to be specified in order to avoid header parsing. This PR adds entries for theX::Layouttype aliases.In addition this PR uses the
rntupleStreamerModeattribute consistently for thePortableHostCollectiontypes.For more information on "why" see #49458, #48824.
Resolves #49470
Resolves cms-sw/framework-team#1703
PR validation:
The
DataFormatsHGCalDigi_xr.rootmapfile has entries for all the fourX::Layouttype aliases. Workflow 77.0 runs successfully in CMSSW_16_0_RNTUPLE_X_2025-11-24-2300 and this PR.