Skip to content
Snippets Groups Projects
Commit cdfc95f8 authored by Volker Friese's avatar Volker Friese
Browse files

Removed hard-coded file names.

parent 0615f34f
No related branches found
No related tags found
1 merge request!766Macro for reconstruction from timeslices. Refs #2275.
Pipeline #16557 passed
......@@ -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";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment