Skip to content
Snippets Groups Projects

Add support for realistic RICH PMT encoding and decoding

Compare and Show latest version
2 files
+ 3
4
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -36,7 +36,6 @@
#include "RichUtils/RichException.h"
#include "RichUtils/RichHashMap.h"
#include "RichUtils/RichMap.h"
#include "RichUtils/RichSmartIDSorter.h"
// RICH DAQ
#include "RichFutureDAQ/RichPDMDBDecodeMapping.h"
@@ -379,7 +378,6 @@ void RawBankDecoder::decodeToSmartIDs_MaPMT1( const LHCb::RawBank& bank,
// Get the Tel40 DB info for this Source ID
const auto& connData = tel40Maps.tel40Data( tel40ID );
// info() << connData << endmsg;
// Expected number of data links
const auto nTel40Links = connData.size();
@@ -491,7 +489,7 @@ void RawBankDecoder::decodeToSmartIDs_MaPMT1( const LHCb::RawBank& bank,
// << boost::format( "%02X" ) % (int)( nzsW ) //
// << "(" << std::bitset<8>( nzsW ) << ")" << endmsg;
// does this word hold any active bits
// does this word hold any active bits ?
if ( nzsW > 0 ) {
// Bit offset for this word
Loading