14 std::pair<ULong64_t, ULong64_t> &&newRange)
16 R__ASSERT(newRange.second >= newRange.first &&
"end is less than begin in the passed entry range!");
22 R__ASSERT(end >= begin &&
"end is less than begin in the passed entry range!");
#define R__ASSERT(e)
Checks condition e and reports a fatal error if it's false.
void SetEmptyEntryRange(std::pair< ULong64_t, ULong64_t > &&newRange)
void ChangeSpec(ROOT::RDF::Experimental::RDatasetSpec &&spec)
Changes the internal TTree held by the RLoopManager.
void ChangeBeginAndEndEntries(Long64_t begin, Long64_t end)
The dataset specification for RDataFrame.
virtual std::string GetLabel()
Return a string representation of the datasource type.
std::shared_ptr< ROOT::Detail::RDF::RLoopManager > fLoopManager
< The RLoopManager at the root of this computation graph. Never null.
RDataSource * fDataSource
Non-owning pointer to a data-source object. Null if no data-source. RLoopManager has ownership of the...
RDFDetail::RLoopManager * GetLoopManager() const
The public interface to the RDataFrame federation of classes.
void ChangeEmptyEntryRange(const ROOT::RDF::RNode &node, std::pair< ULong64_t, ULong64_t > &&newRange)
void ChangeSpec(const ROOT::RDF::RNode &node, ROOT::RDF::Experimental::RDatasetSpec &&spec)
Changes the input dataset specification of an RDataFrame.
std::string GetDataSourceLabel(const ROOT::RDF::RNode &node)
void TriggerRun(ROOT::RDF::RNode node)
Trigger the execution of an RDataFrame computation graph.
void ChangeBeginAndEndEntries(const RNode &node, Long64_t begin, Long64_t end)