From c977261bdec9b1b3fa7312f6fd7a178c4be58a38 Mon Sep 17 00:00:00 2001
From: Alexandru Bercuci <abercuci@niham.nipne.ro>
Date: Fri, 18 Feb 2022 11:28:22 +0200
Subject: [PATCH] remove different branch name for Fasp Digi

---
 macro/run/run_unpack_online.C | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/macro/run/run_unpack_online.C b/macro/run/run_unpack_online.C
index 03ed43fcb0..9e67428a17 100644
--- a/macro/run/run_unpack_online.C
+++ b/macro/run/run_unpack_online.C
@@ -209,7 +209,7 @@ void run_unpack_online(std::vector<std::string> publisher = {"tcp://localhost:55
     // trdfasp2dconfig->SetDebugState();
     trdfasp2dconfig->SetDoWriteOutput();
     // Activate the line below to write Trd1D digis to a separate "TrdFaspDigi" branch. Can be used to separate between Fasp and Spadic digis
-    trdfasp2dconfig->SetOutputBranchName("TrdFaspDigi");
+    //trdfasp2dconfig->SetOutputBranchName("TrdFaspDigi");
     std::string parfilesbasepathTrdfasp2d = Form("%s/parameters/trd", srcDir.Data());
     trdfasp2dconfig->SetParFilesBasePath(parfilesbasepathTrdfasp2d);
     trdfasp2dconfig->SetSystemTimeOffset(-1800);  // [ns] value to be updated
-- 
GitLab