We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a120f19 commit 6d87f15Copy full SHA for 6d87f15
1 file changed
Common/Core/MetadataHelper.cxx
@@ -22,11 +22,14 @@
22
23
MetadataHelper::MetadataHelper()
24
{
25
- const std::array<std::string, 5> keyList = {"DataType",
+ const std::array<std::string, 8> keyList = {"DataType",
26
"RecoPassName",
27
"Run",
28
"AnchorPassName",
29
- "AnchorProduction"};
+ "AnchorProduction",
30
+ "ROOTVersion",
31
+ "LPMProductionTag",
32
+ "O2Version"};
33
for (const auto& key : keyList) {
34
mMetadata[key] = "undefined";
35
}
0 commit comments