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

[TRD1D unp] Add missing transmission of System offset from config to algo

parent d64b28bf
No related branches found
No related tags found
1 merge request!812Changes to mTRD from march 2022 runs
......@@ -42,6 +42,10 @@ void CbmTrdUnpackConfig::SetAlgo()
if (fDoLog) LOG(info) << fName << "::Init - SetParFilesBasePath";
algo->SetParFilesBasePath(fParFilesBasePath);
// Set the global system time offset
if (fDoLog) LOG(info) << fName << "::SetAlgo - SetSystemTimeOffset";
algo->SetSystemTimeOffset(fSystemTimeOffset);
// If we have a monitor in the config add it to the algo
if (fMonitor) algo->SetMonitor(fMonitor);
......
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