Skip to content
Snippets Groups Projects
Commit 9bbedd8c authored by Pierre-Alain Loizeau's avatar Pierre-Alain Loizeau
Browse files

In run_unpack_tsa, change default setup to 2021_07 as needed for TRD 2D support

parent 76cacd64
No related branches found
No related tags found
1 merge request!514In STS unpack monitor, add plots and debug plots for raw stats and duplicate hits
Pipeline #13270 passed
......@@ -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 = "")
{
// ========================================================================
......
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