Skip to content

Commit

Permalink
Fix HitTripletEDProducerT for empty input
Browse files Browse the repository at this point in the history
  • Loading branch information
makortel committed Nov 23, 2016
1 parent 607ad0d commit 356f681
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ namespace hitTripletEDProducerT {
if(regionDoublets.empty()) {
seedingHitSetsProducer.putEmpty(iEvent);
intermediateHitTripletsProducer.putEmpty(iEvent);
return;
}

seedingHitSetsProducer.reserve(regionDoublets.regionSize(), this->localRA_.upper());
Expand Down

0 comments on commit 356f681

Please sign in to comment.