Skip to content
Snippets Groups Projects
Commit d8c37273 authored by Felix Weiglhofer's avatar Felix Weiglhofer
Browse files

CbmStsFindTracksEvents: Fix logging.

parent 5bb822f8
No related branches found
No related tags found
1 merge request!949CbmStsFindTracksEvents: Fix logging.
Pipeline #19007 passed
...@@ -100,7 +100,7 @@ void CbmStsFindTracksEvents::Exec(Option_t* /*opt*/) ...@@ -100,7 +100,7 @@ void CbmStsFindTracksEvents::Exec(Option_t* /*opt*/)
} //? event branch present } //? event branch present
else { // Timeslice reconstruction without events else { // Timeslice reconstruction without events
ProcessEvent(nullptr); result = ProcessEvent(nullptr);
nHits = result.first; nHits = result.first;
nTracks = result.second; nTracks = result.second;
} }
......
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