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

Fixed lumi schema version in HltLumiWriter

parent ca2e2d92
No related branches found
No related tags found
1 merge request!3518Extend HltLumiSummary decoding to Run 3 format
......@@ -41,7 +41,7 @@ public:
throw std::runtime_error( "HltLumiSummary does not contain an encoding key" );
}
auto encodingKey = summary.extraInfo().at( "encodingKey" );
auto lumi_schema = m_svc->lumiCounters( encodingKey, 2 );
auto lumi_schema = m_svc->lumiCounters( encodingKey, 0 );
std::vector<unsigned int> bank;
bank.resize( lumi_schema.size / 4 );
......
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