Skip to content

Commit bad5ce5

Browse files
committed
Fix last run number of 2023
1 parent fe680a3 commit bad5ce5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGMM/Lumi/Tasks/lumiStabilityPP.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ struct LumiStabilityPP {
161161
}
162162

163163
const int runStart2023{535069};
164-
const int runStop2023{539908};
164+
const int runStop2023{543113};
165165
if (bc.runNumber() >= runStart2023 && bc.runNumber() <= runStop2023) {
166166
isData23 = true;
167167
}

0 commit comments

Comments
 (0)