From e3d9f372517b4bd5c4d4052d98f10099f1d0445b Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Wed, 14 May 2025 23:00:21 +0000 Subject: [PATCH] Please consider the following formatting changes --- .../Strangeness/Converters/straevselsconverter5.cxx | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) 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);