Skip to content

Commit 2dbe3ff

Browse files
committed
Update AggregatedRunInfo.cxx
1 parent 00b201b commit 2dbe3ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DataFormats/Parameters/src/AggregatedRunInfo.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ std::map<std::string, std::string> AggregatedRunInfo::getMCProdInfo(o2::ccdb::CC
104104
std::string const& username)
105105
{
106106
std::map<std::string, std::string> metaDataFilter;
107-
metaDataFilter["lpm_prod_tag"] = lpm_prod_tag;
107+
metaDataFilter["LPMProductionTag"] = lpm_prod_tag;
108108

109109
// fetch the meta information for MC productions
110110
auto header_data = ccdb.getCCDBAccessor().retrieveHeaders(getFullPath_MC(username, lpm_prod_tag), metaDataFilter, run_number);

0 commit comments

Comments
 (0)