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

[mCBM 2021] Add proper settings for TRD2D in check timing macro

parent c770b8e1
No related branches found
No related tags found
1 merge request!1508[mCBM] in check timing algo, protect against warning flood in TRD case
Pipeline #25747 passed
......@@ -76,6 +76,7 @@ void check_timing_any(TString fileName, UInt_t uRunId = 0, Int_t nEvents = 0, TS
/// Add detectors not in default list
//timeChecker->AddCheckDetector(ECbmModuleId::kTrd2d, "Trd2d", -3000, 3000, 160 * 3);
timeChecker->SetDetectorDifferential(ECbmModuleId::kTrd, {"5", "21", "37", "53"});
if (0 < uRunId) timeChecker->SetOutFilename(Form("%s/HistosTimeCheck_%03u.root", outDir.Data(), uRunId));
fRun->AddTask(timeChecker);
......
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