Skip to content

Commit 85e9748

Browse files
alibuildalcaliva
authored andcommitted
Please consider the following formatting changes
(cherry picked from commit 8a21520)
1 parent 4ecdad1 commit 85e9748

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

DataFormats/Parameters/include/DataFormatsParameters/AggregatedRunInfo.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ namespace o2::parameters
2727
/// Also offers the authoritative algorithms to collect these information for easy reuse
2828
/// across various algorithms (anchoredMC, analysis, ...)
2929
struct AggregatedRunInfo {
30-
int runNumber; // run number
30+
int runNumber; // run number
3131
int64_t sor; // best known timestamp for the start of run
3232
int64_t eor; // best known timestamp for end of run
3333
int64_t orbitsPerTF; // number of orbits per TF

DataFormats/Parameters/src/AggregatedRunInfo.cxx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,5 @@ o2::parameters::AggregatedRunInfo AggregatedRunInfo::buildAggregatedRunInfo(o2::
5050
// adjust to the nearest TF edge to satisfy condition (orbitSOR % nOrbitsPerTF == 0)
5151
orbitSOR = orbitSOR / nOrbitsPerTF * nOrbitsPerTF;
5252

53-
5453
return AggregatedRunInfo{runnumber, sor, eor, nOrbitsPerTF, tsOrbitReset, orbitSOR, orbitEOR};
5554
}

0 commit comments

Comments
 (0)