Skip to content
Snippets Groups Projects

Avoid spurious Roi matches in feature retrieval

Merged Mark Sutton requested to merge sutt/athena:ohnonono into master
1 file
+ 3
0
Compare changes
  • Side-by-side
  • Inline
@@ -706,6 +706,9 @@ protected:
const ElementLink<TrigRoiDescriptorCollection> roi_link = roi_info.link;
/// check this is not a spurious TDT match
if ( roi_key!="" && roi_link.dataID()!=roi_key ) continue;
const TrigRoiDescriptor* const* roiptr = roi_link.cptr();
if ( roiptr == 0 ) {
Loading