Skip to content

Commit 789d0d8

Browse files
committed
adding leading BC pattern and corrections for rate
1 parent a7cd732 commit 789d0d8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

PWGMM/Lumi/Tasks/lumiStability.cxx

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

0 commit comments

Comments
 (0)