Skip to content

LArRTMExtractor, LArOFCAlg: Allow to choose the number of threads when executing with tbb

Walter Lampl requested to merge wlampl/athena:LArElecCalib_TBBThreads into 22.0

The algorithms LArRTMExtractor and LArOFCAlg do all their CPU-intensive work in stop(). This work can be spread out on many cores using tbb::parallel_for (this has nothing to do with athenaMT in general). With this MR, the number of threads becomes configurable.

Merge request reports