12 #ifndef ROOT_TBranchIMTHelper 13 #define ROOT_TBranchIMTHelper 18 #include "tbb/task_group.h" 28 template<
typename FN>
void Run(
const FN &lambda) {
32 auto nbytes = lambda();
57 std::unique_ptr<tbb::task_group>
fGroup;
void Run(const FN &lambda)
Namespace for new ROOT classes and functions.
std::atomic< Int_t > fNerrors
std::atomic< Long64_t > fBytes
typedef void((*Func_t)())
std::unique_ptr< tbb::task_group > fGroup