diff --git a/macro/run/run_unpack_online.C b/macro/run/run_unpack_online.C
index 79351883eebd60cbcb771f6e6a7e3733e61dbd12..e3ef0f8a448fc7b630ef661b69d29dfa316a6fb0 100644
--- a/macro/run/run_unpack_online.C
+++ b/macro/run/run_unpack_online.C
@@ -91,6 +91,10 @@ void run_unpack_online(std::vector<std::string> publisher = {"tcp://localhost:55
       /// Nickel runs: 2350 - 2397 = 23/05/2022 - 25/05/2022
       setupName = "mcbm_beam_2022_05_23_nickel";
     }
+    else if (2454 <= runid && runid <= 2497) {
+      /// Lambda Benchmark Gold runs: 2454 - 2497 = 16/06/2022 - 18/06/2022
+      setupName = "mcbm_beam_2022_06_16_gold";
+    }
     if (defaultSetupName != setupName) {
       std::cout << "Automatic setup choice for run " << runid << ": " << setupName << std::endl;
     }
diff --git a/macro/run/run_unpack_online_bmon.C b/macro/run/run_unpack_online_bmon.C
index f9c4d3ba6a04e63aad3741653287f93e8092a892..00c6ef3916efca38f2de98789a98762cb0182915 100644
--- a/macro/run/run_unpack_online_bmon.C
+++ b/macro/run/run_unpack_online_bmon.C
@@ -83,6 +83,10 @@ void run_unpack_online_bmon(std::vector<std::string> publisher = {"tcp://localho
       /// Nickel runs: 2350 - 2397 = 23/05/2022 - 25/05/2022
       setupName = "mcbm_beam_2022_05_23_nickel";
     }
+    else if (2454 <= runid && runid <= 2497) {
+      /// Lambda Benchmark Gold runs: 2454 - 2497 = 16/06/2022 - 18/06/2022
+      setupName = "mcbm_beam_2022_06_16_gold";
+    }
     if (defaultSetupName != setupName) {
       std::cout << "Automatic setup choice for run " << runid << ": " << setupName << std::endl;
     }
diff --git a/macro/run/run_unpack_tsa.C b/macro/run/run_unpack_tsa.C
index fdc2f83e59f987388408baac498064ff34128288..c59c3c6813df768a070eed40bea391870338c463 100644
--- a/macro/run/run_unpack_tsa.C
+++ b/macro/run/run_unpack_tsa.C
@@ -109,6 +109,10 @@ void run_unpack_tsa(std::vector<std::string> infile = {"test.tsa"}, UInt_t runid
       /// Nickel runs: 2350 - 2397 = 23/05/2022 - 25/05/2022
       setupName = "mcbm_beam_2022_05_23_nickel";
     }
+    else if (2454 <= runid && runid <= 2497) {
+      /// Lambda Benchmark Gold runs: 2454 - 2497 = 16/06/2022 - 18/06/2022
+      setupName = "mcbm_beam_2022_06_16_gold";
+    }
     if (defaultSetupName != setupName) {
       std::cout << "Automatic setup choice for run " << runid << ": " << setupName << std::endl;
     }
diff --git a/macro/run/run_unpack_tsa_bmon.C b/macro/run/run_unpack_tsa_bmon.C
index 177ff96add8540588780c87c7565a657ef1c1823..aac144c4e74afd98a8a17bd5f1a06ac34dd32a1e 100644
--- a/macro/run/run_unpack_tsa_bmon.C
+++ b/macro/run/run_unpack_tsa_bmon.C
@@ -96,6 +96,10 @@ void run_unpack_tsa_bmon(std::vector<std::string> infile = {"test.tsa"}, UInt_t
       /// Nickel runs: 2350 - 2397 = 23/05/2022 - 25/05/2022
       setupName = "mcbm_beam_2022_05_23_nickel";
     }
+    else if (2454 <= runid && runid <= 2497) {
+      /// Lambda Benchmark Gold runs: 2454 - 2497 = 16/06/2022 - 18/06/2022
+      setupName = "mcbm_beam_2022_06_16_gold";
+    }
     if (defaultSetupName != setupName) {
       std::cout << "Automatic setup choice for run " << runid << ": " << setupName << std::endl;
     }