Skip to content

Commit 17a4ded

Browse files
committed
Add missing metadata keys
1 parent ae014d3 commit 17a4ded

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

Common/Core/MetadataHelper.cxx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,10 @@ MetadataHelper::MetadataHelper()
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)