From cdfc95f815b64f3529121b07397575cec71256ad Mon Sep 17 00:00:00 2001
From: Volker Friese <v.friese@gsi.de>
Date: Mon, 14 Mar 2022 11:31:13 +0100
Subject: [PATCH] Removed hard-coded file names.

---
 macro/reco/reco_ts.C | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/macro/reco/reco_ts.C b/macro/reco/reco_ts.C
index 8b901d0f74..e520b169d9 100644
--- a/macro/reco/reco_ts.C
+++ b/macro/reco/reco_ts.C
@@ -61,8 +61,9 @@ void reco_ts(TString tsaFile = "", TString outFile = "")
   // In general, the following parts need not be touched
   // ========================================================================
 
-  tsaFile = "/Users/vfriese/Cbmroot/data/1588_node8_1_0000";
-  outFile = "test";
+  // Tested with file 1588_node8_1_0000.tsa
+  // TODO: Would need a small up-to-date default input file; the one distributed with
+  // the code is outdated.
 
   // ----- Default file names   ---------------------------------------------
   if (tsaFile.IsNull()) tsaFile = srcDir + "/input/mcbm_run399_first20Ts";
-- 
GitLab