Skip to content
Snippets Groups Projects
Commit 42b24761 authored by Pierre-Alain Loizeau's avatar Pierre-Alain Loizeau Committed by Sergey Gorbunov
Browse files

Apply 1 suggestion(s) to 1 file(s)

parent 49f2334a
No related branches found
No related tags found
No related merge requests found
Pipeline #28989 failed
......@@ -24,6 +24,10 @@ namespace cbm
/// From mCBM redmine wiki page: "run 1575: 1st run with 6 subsystems"
throw(std::invalid_argument("RunId smaller than the earliest run mapped (1575 in 2021 campaign)"));
}
else if (1575 <= ulRunId && ulRunId <= 1588) {
/// 2021 "CRI" runs: 1575 - 1588 = 15/07/2021
/// => Nothing to do, this is the default name
}
/// Setup changed multiple times between the 2022 carbon and uranium runs
else if (2060 <= ulRunId && ulRunId <= 2065) {
/// Carbon runs: 2060 - 2065 = 10/03/2022
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment