We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3871ebd commit 8bc6ee2Copy full SHA for 8bc6ee2
PWGMM/Lumi/Tasks/lumiStability.cxx
@@ -270,8 +270,6 @@ struct LumiStabilityTask {
270
nOrbitsPerTF = 32; // 128 in 2022, 32 in 2023
271
}
272
int runNumber = bcs.iteratorAt(0).runNumber();
273
- int64_t tsSOR = 0;
274
- int64_t tsEOR = 1;
275
if (runNumber != lastRunNumber && executionCounter < 1) {
276
tsSOR = 0;
277
tsEOR = 1;
0 commit comments