Skip to content

Commit a7cd732

Browse files
committed
new changes
1 parent 4b4ea94 commit a7cd732

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PWGMM/Lumi/Tasks/lumiStability.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -244,8 +244,8 @@ struct LumiStabilityTask {
244244
nOrbitsPerTF = 32; // 128 in 2022, 32 in 2023
245245
}
246246
int runNumber = bcs.iteratorAt(0).runNumber();
247-
int64_t tsSOR;
248-
int64_t tsEOR;
247+
int64_t tsSOR = 0;
248+
int64_t tsEOR = 1;
249249
if (runNumber != lastRunNumber && executionCounter < 1) {
250250
tsSOR = 0;
251251
tsEOR = 1;

0 commit comments

Comments
 (0)