From 35bba1cd2030877db9896255d8125885064d43de Mon Sep 17 00:00:00 2001
From: Alexandru Bercuci <abercuci@niham.nipne.ro>
Date: Wed, 27 Apr 2022 16:42:20 +0200
Subject: [PATCH] update TRD2D offset wrt T0

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

diff --git a/macro/run/run_unpack_tsa.C b/macro/run/run_unpack_tsa.C
index 28d7bf7713..a3587583f4 100644
--- a/macro/run/run_unpack_tsa.C
+++ b/macro/run/run_unpack_tsa.C
@@ -276,7 +276,7 @@ void run_unpack_tsa(std::vector<std::string> infile = {"test.tsa"}, UInt_t runid
     trdfasp2dconfig->SetParFilesBasePath(parfilesbasepathTrdfasp2d);
     trdfasp2dconfig->SetSystemTimeOffset(-1800);  // [ns] value to be updated
     if (2160 <= runid) {
-      trdfasp2dconfig->SetSystemTimeOffset(-680);  // [ns] value to be updated
+      trdfasp2dconfig->SetSystemTimeOffset(-570);  // [ns] value to be updated
     }
     // trdfasp2dconfig->SetMonitor(dynamic_pointer_cast<CbmTrdUnpackFaspMonitor>(GetTrdMonitor(outfilename, 1)));
   }
-- 
GitLab