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

TEMP: enable TRD2D in run unpack tsa

parent dce6f067
No related branches found
No related tags found
No related merge requests found
Pipeline #33624 canceled
...@@ -536,7 +536,7 @@ void run_unpack_tsa(std::vector<std::string> infile = {"test.tsa"}, UInt_t runid ...@@ -536,7 +536,7 @@ void run_unpack_tsa(std::vector<std::string> infile = {"test.tsa"}, UInt_t runid
if (stsconfig) unpack->SetUnpackConfig(stsconfig); if (stsconfig) unpack->SetUnpackConfig(stsconfig);
if (muchconfig) unpack->SetUnpackConfig(muchconfig); if (muchconfig) unpack->SetUnpackConfig(muchconfig);
if (trd1Dconfig) unpack->SetUnpackConfig(trd1Dconfig); if (trd1Dconfig) unpack->SetUnpackConfig(trd1Dconfig);
// if (trdfasp2dconfig) unpack->SetUnpackConfig(trdfasp2dconfig); if (trdfasp2dconfig) unpack->SetUnpackConfig(trdfasp2dconfig);
if (tofconfig) unpack->SetUnpackConfig(tofconfig); if (tofconfig) unpack->SetUnpackConfig(tofconfig);
if (richconfig) unpack->SetUnpackConfig(richconfig); if (richconfig) unpack->SetUnpackConfig(richconfig);
if (psdconfig) unpack->SetUnpackConfig(psdconfig); if (psdconfig) unpack->SetUnpackConfig(psdconfig);
......
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