21 std::string sSetupName =
"mcbm_beam_2021_07_surveyed";
25 throw(std::invalid_argument(
"RunId smaller than the earliest run mapped (1575 in 2021 campaign)"));
27 else if (1575 <= ulRunId && ulRunId <= 1588) {
32 else if (2060 <= ulRunId && ulRunId <= 2065) {
34 sSetupName =
"mcbm_beam_2022_03_09_carbon";
36 else if (2150 <= ulRunId && ulRunId <= 2160) {
38 sSetupName =
"mcbm_beam_2022_03_22_iron";
40 else if (2176 <= ulRunId && ulRunId <= 2310) {
42 sSetupName =
"mcbm_beam_2022_03_28_uranium";
44 else if (2350 <= ulRunId && ulRunId <= 2397) {
46 sSetupName =
"mcbm_beam_2022_05_23_nickel";
48 else if (2454 <= ulRunId && ulRunId <= 2497) {
50 sSetupName =
"mcbm_beam_2022_06_16_gold";
52 else if (2498 <= ulRunId && ulRunId <= 2610) {
54 sSetupName =
"mcbm_beam_2022_06_18_gold";
56 else if (2724 <= ulRunId && ulRunId <= 2917) {
58 sSetupName =
"mcbm_beam_2024_03_22_gold";
60 else if (2918 <= ulRunId) {
62 sSetupName =
"mcbm_beam_2024_05_08_nickel";
66 throw(std::invalid_argument(Form(
"RunId %d is not mapped! Please complete the map!", ulRunId)));