Skip to content
Snippets Groups Projects
Commit ca2d660d authored by Christopher Rob Jones's avatar Christopher Rob Jones Committed by Rosen Matev
Browse files

Merge branch 'RichDecodedData-remove-dupe-id-check' into 'master'

RichDecodedData: remove duplicate ID assert

See merge request !4267

(cherry picked from commit a6b9fa91)

171138c8 RichDecodedData: remove duplicate ID assert
parent 0ab0a13d
No related branches found
No related tags found
1 merge request!4331RichDecodedData: remove duplicate ID assert
Pipeline #6357640 passed
......@@ -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 );
......
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