File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
DataFormats/Parameters/src Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -102,10 +102,10 @@ AggregatedRunInfo AggregatedRunInfo::buildAggregatedRunInfo_MC(o2::ccdb::CCDBMan
102102{
103103 // (a) lookup the AggregatedRunInfo for the run
104104 // (b) modify/overwrite the info object with MC specific settings (if available)
105-
105+
106106 // For now just the timeframe length is overwritten. We can consider
107107 // to return the full MCProdInfo meta-data to the caller as well.
108-
108+
109109 auto original_info = buildAggregatedRunInfo (ccdb, run_number);
110110
111111 std::map<std::string, std::string> metaDataFilter;
@@ -122,8 +122,7 @@ AggregatedRunInfo AggregatedRunInfo::buildAggregatedRunInfo_MC(o2::ccdb::CCDBMan
122122 LOG (info) << " Adjusting OrbitsPerTF from " << original_info.orbitsPerTF << " to " << mc_orbitsPerTF << " based on differing MC info" ;
123123 original_info.orbitsPerTF = mc_orbitsPerTF;
124124 }
125- }
126- else {
125+ } else {
127126 LOG (warn) << " No OrbitsPerTF information found for MC production " << lpm_prod_tag << " and run number " << run_number;
128127 }
129128
You can’t perform that action at this time.
0 commit comments