Skip to content

Commit d845804

Browse files
Please consider the following formatting changes
1 parent 36b05d1 commit d845804

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

PWGLF/TableProducer/Strangeness/Converters/straevselsconverter5.cxx

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,14 @@ struct straevselsconverter5 {
3131
int lastRun = -1;
3232
int64_t lastTF = -1;
3333
uint32_t lastRCT = 0;
34-
uint64_t sorTimestamp = 0; // default SOR timestamp
35-
uint64_t eorTimestamp = 1; // default EOR timestamp
36-
int64_t bcSOR = -1; // global bc of the start of run
37-
int64_t nBCsPerTF = -1; // duration of TF in bcs, should be 128*3564 or 3
34+
uint64_t sorTimestamp = 0; // default SOR timestamp
35+
uint64_t eorTimestamp = 1; // default EOR timestamp
36+
int64_t bcSOR = -1; // global bc of the start of run
37+
int64_t nBCsPerTF = -1; // duration of TF in bcs, should be 128*3564 or 3
3838
std::map<uint64_t, uint32_t>* mapRCT = nullptr;
3939

40-
uint32_t getRctRaw(int run, uint64_t timestamp, uint64_t globalBC) {
40+
uint32_t getRctRaw(int run, uint64_t timestamp, uint64_t globalBC)
41+
{
4142
if (run != lastRun) {
4243
lastRun = run;
4344
auto runInfo = o2::parameters::AggregatedRunInfo::buildAggregatedRunInfo(o2::ccdb::BasicCCDBManager::instance(), run);

0 commit comments

Comments
 (0)