Skip to content

Commit 5d3e569

Browse files
committed
adding leading BC pattern and corrections for rate
1 parent d7df40b commit 5d3e569

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

0 commit comments

Comments
 (0)