Skip to content

Commit 1307de8

Browse files
committed
Fix missing std::
1 parent 0eb0e37 commit 1307de8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Common/Tools/EventSelectionTools.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1428,7 +1428,7 @@ class LumiModule
14281428
LOGP(warn, "Cross section for z={} + z={} @ {} GeV is not defined", beamZ1, beamZ2, sqrts);
14291429
}
14301430
// getting CTP config to extract lumi class indices (used for rate fetching and pileup correction)
1431-
std::map<string, string> metadata;
1431+
std::map<std::string, std::string> metadata;
14321432
metadata["runNumber"] = std::to_string(run);
14331433
auto config = ccdb->template getSpecific<o2::ctp::CTPConfiguration>("CTP/Config/Config", ts, metadata);
14341434
auto classes = config->getCTPClasses();

0 commit comments

Comments
 (0)