Skip to content

TrigTrackSeedGenerator clang tidy

suggested by @smh hotspot analysis. TrigInDetTripletis quite large and gets copied and sorted a lot. It may be worth swapping the vector to use pointers or a std::list and seeing if that offers better performance.

Edited by Adam Edward Barton

Merge request reports