Bug #17694
Missing headers in eventdump (FileDumperOutput)
Occurs In:
Scope:
Internal
Experiment:
LArSoft
SSI Package:
art
Description
As part of the CI I run the FHiCL file eventdump.fcl (lardata/lardata/Utilities/eventdump.fcl) on the ArtRoot output to check the data products in the output files.
In LArSoft with tag v06_49_00, Art has been moved from v2_07_03 to v2_08_03.
In this environment the output provided by eventdump.fcl has a missing header in the table of the data products.
With Art v2_07_03 the output was looking like:
[...] PRINCIPAL TYPE: Event PROCESS NAME | MODULE_LABEL.. | PRODUCT INSTANCE NAME | DATA PRODUCT TYPE.............................. | .SIZE GenieGen.... | generator..... | ..................... | std::vector<simb::GTruth>...................... | ....1 GenieGen.... | TriggerResults | ..................... | art::TriggerResults............................ | ....- [...]
While with Art v2_08_03 the output looks like:
[...] PRINCIPAL TYPE: Event PROCESS NAME | MODULE_LABEL.. | PRODUCT INSTANCE NAME | DATA PRODUCT TYPE.............................. | .SIZE GenieGen.... | generator..... | ..................... | std::vector<simb::GTruth>...................... | ....1 GenieGen.... | TriggerResults | ..................... | art::TriggerResults............................ | ....- [...]
Note the missing header line
PROCESS NAME | MODULE_LABEL.. | PRODUCT INSTANCE NAME | DATA PRODUCT TYPE.............................. | .SIZE
Is it possible to restore this header in the data product table?
Associated revisions
History
#1 Updated by Vito Di Benedetto over 3 years ago
For the output of Art v2_08_03 I was pasting the wrong thing. The correct output is:
[...] PRINCIPAL TYPE: Event GenieGen.... | generator..... | ..................... | std::vector<simb::GTruth>...................... | ....1 GenieGen.... | TriggerResults | ..................... | art::TriggerResults............................ | ....- [...]
#2 Updated by Kyle Knoepfel over 3 years ago
- Status changed from New to Assigned
- Assignee set to Kyle Knoepfel
- Estimated time set to 2.00 h
#3 Updated by Kyle Knoepfel over 3 years ago
- Category set to Application
- Status changed from Assigned to Resolved
- Target version set to 2.09.00
- % Done changed from 0 to 100
- Experiment LArSoft added
- Experiment deleted (
-) - SSI Package art added
Resolved with commit art:ef5f98f0.
#4 Updated by Kyle Knoepfel over 3 years ago
- Status changed from Resolved to Closed
Resolve issue #17694: restore FileDumperOutput column headers.