diff --git a/algo/detectors/much/MuchReadoutConfig.cxx b/algo/detectors/much/MuchReadoutConfig.cxx index ffc66caee8dac594bfafe17d195b0e69cf34c945..4a2ae1152218235cb481db8b0102fb1240a22309 100644 --- a/algo/detectors/much/MuchReadoutConfig.cxx +++ b/algo/detectors/much/MuchReadoutConfig.cxx @@ -129,7 +129,7 @@ namespace cbm::algo station = 0; // for mCBM setup layer = 0; // Station 0 for GEM-A and station 1 for Module GEM-B } - else if (dpbidx == 4 || dpbidx == 5) //Last 2 DPBs are for GEM-2 + else if (dpbidx == 4 || dpbidx == 5 || dpbidx == 6) //Last 3 DPBs are for GEM-2 after 10/04/2022 { station = 1; // for mCBM setup station layer = 0; // 0 for Module GEM-A and 1 for Module GEM-B