Namespaces | |
namespace | ROOT |
VSD Structures. | |
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. More... | |