diff --git a/macro/beamtime/mcbm2022/ini_tof_clusterizer.C b/macro/beamtime/mcbm2022/ini_tof_clusterizer.C
index f755cf471c19460032944eddbc366989467efc87..0d3a29489dbf54044dc7f4eee606109fef6ffbcc 100644
--- a/macro/beamtime/mcbm2022/ini_tof_clusterizer.C
+++ b/macro/beamtime/mcbm2022/ini_tof_clusterizer.C
@@ -55,7 +55,8 @@ 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_1") cFname = Form("%s/%s_TofCal.hst.root", parPath.Data(), cCalId.Data());
+  
+  if (cCalId == "2391_1" || cCalId == "3026_1" || cCalId == "3310_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/mcbm2025/mcbm_event_reco_L1.C b/macro/beamtime/mcbm2025/mcbm_event_reco_L1.C
index 293f5362eacf1ee2f376613e290d42393c55f8ab..aaf4f130dc1c81107fe9840d0aee8271cff30b34 100644
--- a/macro/beamtime/mcbm2025/mcbm_event_reco_L1.C
+++ b/macro/beamtime/mcbm2025/mcbm_event_reco_L1.C
@@ -121,6 +121,9 @@ Bool_t mcbm_event_reco_L1(UInt_t uRunId                   = 3453,
   if (uRunId >= 2900) cCalId = "3026_1";
   if (uRunId >= 3399) cCalId = "3310_1";
 
+  // NOTE: To introduce here a new run, one has to add a selection of the cCalId in line 59 of macro
+  //       macro/beamtime/mcbm2022/ini_tof_clusterizer.C.
+
   Int_t iCalSet = 30040500;  // calibration settings
   if (uRunId >= 759) iCalSet = 10020500;
   if (uRunId >= 812) iCalSet = 10020500;
@@ -128,11 +131,11 @@ Bool_t mcbm_event_reco_L1(UInt_t uRunId                   = 3453,
   if (uRunId >= 2160) iCalSet = 700900500;
   if (uRunId >= 2352) iCalSet = 22002500;
   if (uRunId >= 2700) iCalSet = 12032500;
-  if (uRunId >= 3399) iCalSet = 22002500;
 
   Double_t Tint           = 100.;  // coincidence time interval
   Int_t iTrackMode        = 2;     // 2 for TofTracker
   const Int_t iTofCluMode = 1;
+  
   // ------------------------------------------------------------------------
 
   // --- Load the geometry setup ----