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

Fix name of TZD branch in TaskMakeRecoEvents class

parent f9d46938
No related branches found
No related tags found
No related merge requests found
Pipeline #20683 passed
......@@ -151,7 +151,7 @@ InitStatus CbmTaskMakeRecoEvents::Init()
// --- T0 digis
fT0Digis = new std::vector<CbmTzdDigi>;
frm->RegisterAny("T0Digi", fT0Digis, kFALSE);
frm->RegisterAny("TzdDigi", fT0Digis, kFALSE);
// --- STS digis
fStsDigis = new std::vector<CbmStsDigi>;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment