12#ifndef ROOT_RDF_RDATASETSPEC
13#define ROOT_RDF_RDATASETSPEC
42 Long64_t fEnd{std::numeric_limits<Long64_t>::max()};
55 std::vector<std::string> fTreeNames;
60 std::vector<std::string> fFileNameGlobs;
61 REntryRange fEntryRange;
65 RDatasetSpec(
const std::string &treeName,
const std::string &fileNameGlob,
const REntryRange &entryRange = {});
67 RDatasetSpec(
const std::string &treeName,
const std::vector<std::string> &fileNameGlobs,
68 const REntryRange &entryRange = {});
70 RDatasetSpec(
const std::vector<std::pair<std::string, std::string>> &treeAndFileNameGlobs,
71 const REntryRange &entryRange = {});
73 void AddFriend(
const std::string &treeName,
const std::string &fileNameGlob,
const std::string &alias =
"");
76 AddFriend(
const std::string &treeName,
const std::vector<std::string> &fileNameGlobs,
const std::string &alias =
"");
78 void AddFriend(
const std::vector<std::pair<std::string, std::string>> &treeAndFileNameGlobs,
79 const std::string &alias =
"");
The head node of a RDF computation graph.
tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tb...
Information about friend trees of a certain TTree or TChain object.