44 TExpDefn() { ROOT::EnableImplicitMT(std::thread::hardware_concurrency()); }
48 std::free(itr.second);
60 Int_t
Load(std::vector<std::string> rootfn, std::string inifn, Bool_t quiet = kFALSE);
61 Int_t
LoadRaw(std::vector<std::string> branchlist, std::string inifn, Bool_t quiet);
63 template <
typename EventType>
64 ULong64_t
Convert(std::string outfn, ULong64_t eventoffset, ULong64_t nevents = 0, Bool_t quiet = kFALSE,
65 Int_t compression = 201, ULong64_t splitmb = 2000, Bool_t overwrite = kFALSE);
ULong64_t Convert(std::string outfn, ULong64_t eventoffset, ULong64_t nevents=0, Bool_t quiet=kFALSE, Int_t compression=201, ULong64_t splitmb=2000, Bool_t overwrite=kFALSE)