diff --git a/PWGLF/TableProducer/Strangeness/Converters/straevselsconverter5.cxx b/PWGLF/TableProducer/Strangeness/Converters/straevselsconverter5.cxx index e81fe2fd0d8..f9617c42a0b 100644 --- a/PWGLF/TableProducer/Strangeness/Converters/straevselsconverter5.cxx +++ b/PWGLF/TableProducer/Strangeness/Converters/straevselsconverter5.cxx @@ -31,13 +31,14 @@ struct straevselsconverter5 { int lastRun = -1; int64_t lastTF = -1; uint32_t lastRCT = 0; - uint64_t sorTimestamp = 0; // default SOR timestamp - uint64_t eorTimestamp = 1; // default EOR timestamp - int64_t bcSOR = -1; // global bc of the start of run - int64_t nBCsPerTF = -1; // duration of TF in bcs, should be 128*3564 or 3 + uint64_t sorTimestamp = 0; // default SOR timestamp + uint64_t eorTimestamp = 1; // default EOR timestamp + int64_t bcSOR = -1; // global bc of the start of run + int64_t nBCsPerTF = -1; // duration of TF in bcs, should be 128*3564 or 3 std::map* mapRCT = nullptr; - uint32_t getRctRaw(int run, uint64_t timestamp, uint64_t globalBC) { + uint32_t getRctRaw(int run, uint64_t timestamp, uint64_t globalBC) + { if (run != lastRun) { lastRun = run; auto runInfo = o2::parameters::AggregatedRunInfo::buildAggregatedRunInfo(o2::ccdb::BasicCCDBManager::instance(), run);