Skip to content
Snippets Groups Projects

Enabled UTError and Fixed UT LHCbID

Merged Da Yu Tou requested to merge dtou_uterror_and_lhcbid_fix into dtou_ut_clustering
All threads resolved!
Files
4
@@ -100,8 +100,6 @@ void CompareRecAllenUTHits::operator()(const std::vector<UT::Hit>& allen_hits, c
return hit_a.LHCbID < hit_b.LHCbID;
});
// info() << std::setw(width) << iterator->LHCbID << std::setw(width) << sorted_allen_hits[i].LHCbID <<
// endmsg;
const bool LHCbID_matched = iterator->LHCbID == sorted_allen_hits[i].LHCbID;
const bool matched =
(LHCbID_matched && value_compatible(iterator->xAtYEq0, sorted_allen_hits[i].xAtYEq0) &&
Loading