Skip to content
Snippets Groups Projects

increase version number of PackedTrack to reflect change in the definition of LHCbID

Merged Gerhard Raven requested to merge bump-packed-track-version into master
2 files
+ 10
6
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -149,9 +149,11 @@ namespace DataPacking::Buffer {
}
}
if ( checksum )
for ( const auto& x : checksum->checksums() )
this->info() << "Packed data checksum for '" << x.first << "' = " << x.second << endmsg;
if ( checksum ) {
for ( const auto& x : checksum->checksums() ){
this->info() << "Packed data checksum for '" << x.first << "' = " << std::hex << x.second << endmsg;
}
}
return bigBuffer;
}
Loading