cms-patatrack / pixeltrack-standalone

Standalone Patatrack pixel tracking
Apache License 2.0
17 stars 35 forks source link

[stdpar] Port SiPixelRecHits #384

Closed esseivaju closed 1 year ago

esseivaju commented 1 year ago

Changes

Port plugin-SiPixelRecHits to std::par. There is only one Kernel to port, getHits uses a threading model of one thread block per detector module. Current std::par implementation does a std::for_each call, with one iteration per module so each module will be processed by a single thread.

esseivaju commented 1 year ago

@makortel All the changes for that plugin should be in. Ready to merge from my side.