diff --git a/macro/reco/reco_ts.C b/macro/reco/reco_ts.C index 8b901d0f743220000190b28986efcf97bbd86323..e520b169d94ecab63c2005abbd702c95d689118a 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";