Skip to content

Commit d7df40b

Browse files
committed
new changes
1 parent ea5538c commit d7df40b

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
@@ -270,8 +270,8 @@ struct LumiStabilityTask {
270270
nOrbitsPerTF = 32; // 128 in 2022, 32 in 2023
271271
}
272272
int runNumber = bcs.iteratorAt(0).runNumber();
273-
int64_t tsSOR;
274-
int64_t tsEOR;
273+
int64_t tsSOR = 0;
274+
int64_t tsEOR = 1;
275275
if (runNumber != lastRunNumber && executionCounter < 1) {
276276
tsSOR = 0;
277277
tsEOR = 1;

0 commit comments

Comments
 (0)