23 auto file =
TFile::Open(
"http://root.cern/files/h1/dstarmb.root");
37 tree->SetImplicitMT(
false);
45 tree->SetImplicitMT(
true);
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
static TFile * Open(const char *name, Option_t *option="", const char *ftitle="", Int_t compress=ROOT::RCompressionSetting::EDefaults::kUseCompiledDefault, Int_t netopt=0)
Create / open a file.
A TTree represents a columnar dataset.
tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tb...
void EnableImplicitMT(UInt_t numthreads=0)
Enable ROOT's implicit multi-threading for all objects and methods that provide an internal paralleli...
TSeq< unsigned long > TSeqUL
void DisableImplicitMT()
Disables the implicit multi-threading in ROOT (see EnableImplicitMT).