Skip to content
Snippets Groups Projects
Commit 5a9fb9e6 authored by Alexandru Bercuci's avatar Alexandru Bercuci Committed by Sergey Gorbunov
Browse files

fix format

parent c16ce57a
No related branches found
No related tags found
1 merge request!1702reco QA task to monitor reconstruction using tracks.
......@@ -344,7 +344,7 @@ void CbmRecoQaTask::Exec(Option_t*)
// check that we have correctly created all views
if (fModView.find(n.fMaterialLayer) == fModView.end()) continue;
if (fModView[n.fMaterialLayer].size() <= (size_t)modId) continue;
if (fModView[n.fMaterialLayer].size() <= (size_t) modId) continue;
ModuleView* mod = &fModView[n.fMaterialLayer][modId];
if (!mod) {
LOG(warn) << GetName() << "::Exec: can not access mod view for " << modId;
......
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