Skip to content
Snippets Groups Projects
Commit 41335c09 authored by Daniel Charles Craik's avatar Daniel Charles Craik Committed by Rosen Matev
Browse files

Fix typo in GitANNSvc.cpp

parent 411921cb
No related branches found
No related tags found
1 merge request!3518Extend HltLumiSummary decoding to Run 3 format
......@@ -207,7 +207,7 @@ class GitANNSvc : public ANNSvcBase {
return {};
}
lumi_schema_t m;
m.size = sz;
m.size = sz->template get<unsigned>();
std::transform( j->begin(), j->end(), std::back_inserter( m.counters ),
[]( const nlohmann::json& k ) { return IIndexedLumiSchemaSvc::from_json( k ); } );
return m;
......
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