From 9bbedd8c593ccea6bdd335fad94cdcfd5d6738e5 Mon Sep 17 00:00:00 2001 From: P-A Loizeau <p.-a.loizeau@gsi.de> Date: Fri, 24 Sep 2021 16:38:43 +0200 Subject: [PATCH] In run_unpack_tsa, change default setup to 2021_07 as needed for TRD 2D support --- 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 b317ee552..a2e7ad460 100644 --- a/macro/run/run_unpack_tsa.C +++ b/macro/run/run_unpack_tsa.C @@ -33,7 +33,7 @@ std::shared_ptr<CbmTrdSpadic> GetTrdSpadic(bool useAvgBaseline = false); std::shared_ptr<CbmStsUnpackMonitor> GetStsMonitor(std::string treefilename, bool bDebugMode = false); void run_unpack_tsa(std::vector<std::string> infile = {"test.tsa"}, UInt_t runid = 0, - const char* setupName = "mcbm_beam_2021_03", std::int32_t nevents = -1, std::string outpath = "") + const char* setupName = "mcbm_beam_2021_07", std::int32_t nevents = -1, std::string outpath = "") { // ======================================================================== -- GitLab