15 int imt001_parBranchProcessing()
20 ROOT::EnableImplicitMT(nthreads);
23 auto file = TFile::Open(
"http://root.cern.ch/files/h1/dstarmb.root");
26 auto tree = file->Get<TTree>(
"h42");
28 const auto nEntries = tree->GetEntries();
32 for (
auto i : ROOT::TSeqUL(nEntries)) {
37 tree->SetImplicitMT(
false);
40 for (
auto i : ROOT::TSeqUL(nEntries)) {
45 tree->SetImplicitMT(
true);
49 ROOT::DisableImplicitMT();
53 for (
auto i : ROOT::TSeqUL(nEntries)) {