Skip to content
Snippets Groups Projects

RichDecodedData: remove duplicate ID assert

Merged Rosen Matev requested to merge cherry-pick-a6b9fa91 into hlt2023-patches
1 file
+ 0
3
Compare changes
  • Side-by-side
  • Inline
@@ -93,9 +93,6 @@ void DecodedData::addSmartIDs( const LHCb::RichSmartID::Vector& ids ) {
// ID vector to fill
auto& ids = pdInfo->smartIDs();
// sanity assert to ensure this hit is not already present
assert( std::find( ids.begin(), ids.end(), id ) == ids.end() );
// add the hit to the list
ids.emplace_back( id );
Loading