File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
PWGEM/PhotonMeson/TableProducer Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1919#include < limits>
2020#include < vector>
2121#include < map>
22+ #include < string>
2223
2324#include " Framework/runDataProcessing.h"
2425#include " Framework/AnalysisTask.h"
@@ -186,11 +187,10 @@ struct bcWiseClusterSkimmer {
186187 uint64_t timeStamp = bc.timestamp ();
187188
188189 if (mRunNumber != bc.runNumber ()) {
189- std::map<string, string> metadata;
190+ std::map<std:: string, std:: string> metadata;
190191 mLHCIFdata = ccdbMgr.getSpecific <o2::parameters::GRPLHCIFData>(" GLO/Config/GRPLHCIF" , timeStamp, metadata);
191- if (mLHCIFdata == nullptr ) {
192+ if (mLHCIFdata == nullptr )
192193 LOG (fatal) << " GRPLHCIFData not in database, timestamp:" << timeStamp;
193- }
194194 mRunNumber = bc.runNumber ();
195195 LOG (info) << " LHCIF data fetched for run " << mRunNumber << " and timestamp " << timeStamp;
196196 }
You can’t perform that action at this time.
0 commit comments