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

Fix name of TZD branch in TaskMakeRecoEvents class

parent af106cbd
No related branches found
No related tags found
1 merge request!1064Fix name of TZD branch in TaskMakeRecoEvents class
Pipeline #20709 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.
Finish editing this message first!
Please register or to comment