Skip to content
Snippets Groups Projects
Commit 4da9bbeb authored by Christopher Rob Jones's avatar Christopher Rob Jones
Browse files

RichRawBankDecoder: Add raw ID verbose printout

parent c7d26ed8
No related branches found
No related tags found
1 merge request!4181RICH Support for 'Reco From MC Information' for upgrade studies
......@@ -138,7 +138,7 @@ namespace Rich::Future {
if ( !sc ) return sc;
// force debug messages
// sc = setProperty( "OutputLevel", MSG::DEBUG );
// sc = setProperty( "OutputLevel", MSG::VERBOSE );
// derived conditions
Tel40CableMapping::addConditionDerivation( this );
......@@ -306,6 +306,9 @@ OutData RawBankDecoder::operator()( const LHCb::RawBank::View& richBanks, //
throw Rich::Exception( "Unknown RICH Tel40 version number " + std::to_string( version ) );
}
// Finally, fill the output data from the list of SmartIDs
if ( msgLevel( MSG::VERBOSE ) ) {
for ( const auto id : decodedIDs ) { verbose() << id << endmsg; }
}
decodedData.addSmartIDs( decodedIDs );
}
......
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