Skip to content

Commit 6d87f15

Browse files
authored
[Common] Add missing metadata keys (#11669)
1 parent a120f19 commit 6d87f15

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

Common/Core/MetadataHelper.cxx

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,14 @@
2222

2323
MetadataHelper::MetadataHelper()
2424
{
25-
const std::array<std::string, 5> keyList = {"DataType",
25+
const std::array<std::string, 8> keyList = {"DataType",
2626
"RecoPassName",
2727
"Run",
2828
"AnchorPassName",
29-
"AnchorProduction"};
29+
"AnchorProduction",
30+
"ROOTVersion",
31+
"LPMProductionTag",
32+
"O2Version"};
3033
for (const auto& key : keyList) {
3134
mMetadata[key] = "undefined";
3235
}

0 commit comments

Comments
 (0)