#include "ROOT/TThreadExecutor.hxx"#include "ROpaqueTaskArena.hxx"#include "tbb/tbb.h"#include "tbb/global_control.h"Namespaces | |
| namespace | ROOT |
| namespace | ROOT::Internal |
Functions | |
| template<typename T > | |
| static T | ROOT::Internal::ParallelReduceHelper (const std::vector< T > &objs, const std::function< T(T a, T b)> &redfunc) |
| A helper function to implement the TThreadExecutor::ParallelReduce methods. | |