Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
silviodonato committed May 25, 2022
1 parent 4eb776d commit 3eeb421
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -171,7 +171,6 @@ void PixelTrackProducerFromSoA::produce(edm::StreamID streamID,
for (const auto &it : sortIdxs) {
auto nHits = tsoa.nHits(it);
assert(nHits >= 3);
indToEdm.push_back(-1);
auto q = quality[it];
if (q < minQuality_)
continue;
Expand Down

0 comments on commit 3eeb421

Please sign in to comment.