diff --git a/macro/beamtime/mcbm2022/ini_tof_clusterizer.C b/macro/beamtime/mcbm2022/ini_tof_clusterizer.C index e19c816504bf94f20a9aa63c869510607146fd1a..f755cf471c19460032944eddbc366989467efc87 100644 --- a/macro/beamtime/mcbm2022/ini_tof_clusterizer.C +++ b/macro/beamtime/mcbm2022/ini_tof_clusterizer.C @@ -55,7 +55,7 @@ void ini_tof_clusterizer(Int_t calMode = 53, Int_t calSel = 0, Int_t calSm = 900 if (cCalId != "XXX") cFname = Form("%s/%s_set%09d_%02d_%01dtofClust.hst.root", parPath.Data(), cCalId.Data(), iCalSet, calMode, calSelRead); - if (cCalId == "2391_1" || cCalId == "3026_2") cFname = Form("%s/%s_TofCal.hst.root", parPath.Data(), cCalId.Data()); + if (cCalId == "2391_1" || cCalId == "3026_1") cFname = Form("%s/%s_TofCal.hst.root", parPath.Data(), cCalId.Data()); tofClust->SetCalParFileName(cFname); LOG(info) << "\n\n!!!!! Using TOF calibration " << cFname << " !!!!!\n\n"; diff --git a/macro/beamtime/mcbm2024/mcbm_event_reco_L1.C b/macro/beamtime/mcbm2024/mcbm_event_reco_L1.C index a0881b854e893a1b12889b8460168cce728ce8f1..7be5360c698d5227a819f99f889de75759d27647 100644 --- a/macro/beamtime/mcbm2024/mcbm_event_reco_L1.C +++ b/macro/beamtime/mcbm2024/mcbm_event_reco_L1.C @@ -119,7 +119,7 @@ Bool_t mcbm_event_reco_L1(UInt_t uRunId = 3105, if (uRunId >= 2160) cCalId = "2160.50.4.0"; if (uRunId >= 2352) cCalId = "2391_1"; if (uRunId >= 2700) cCalId = "2912.1"; - if (uRunId >= 2900) cCalId = "3026_2"; // From nh through MR 1937 + if (uRunId >= 2900) cCalId = "3026_1"; // From nh through MR 1937 Int_t iCalSet = 30040500; // calibration settings if (uRunId >= 759) iCalSet = 10020500;