Skip to content

Commit d2dde27

Browse files
committed
Please consider the following formatting changes
1 parent 95e919a commit d2dde27

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

DataFormats/Parameters/src/AggregatedRunInfo.cxx

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)