File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
PWGLF/TableProducer/Strangeness/Converters Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff 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);
You can’t perform that action at this time.
0 commit comments