From 6a431d009802ccfb6b78385711db7a82a9966284 Mon Sep 17 00:00:00 2001
From: P-A Loizeau <p.-a.loizeau@gsi.de>
Date: Tue, 9 Jul 2024 14:26:10 +0200
Subject: [PATCH] BUGFIX: comment out line in run_recoQa macro which need not
 yet merged MR

---
 macro/qa/run_recoQa.C | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/macro/qa/run_recoQa.C b/macro/qa/run_recoQa.C
index 141ea7d536..9c83733e4a 100644
--- a/macro/qa/run_recoQa.C
+++ b/macro/qa/run_recoQa.C
@@ -148,9 +148,9 @@ void run_recoQa(Int_t nEvents = -1, TString recFile = "2391_node8_0_0000.rec.roo
 
   // L1 CA track finder setup
   auto pCa = new CbmL1("CA");
-  pCa->SetInitMode(CbmL1::EInitMode::Param);
+  // TODO: uncomment next line after !1862 will be merged !!!!!
+  // pCa->SetInitMode(CbmL1::EInitMode::Param);
   pCa->SetMcbmMode();
-  // TODO: add pCa->SetInitMode(CbmL1::EInitMode::Param), after !1862 will be merged
 
   // User configuration example for CA:
   //pCa->SetConfigUser(srcDir + "/macro/L1/configs/ca_params_user_example.yaml");
-- 
GitLab