Logo ROOT  
Reference Guide
Loading...
Searching...
No Matches
RDFHelpers.cxx File Reference
#include "ROOT/RDFHelpers.hxx"
#include "ROOT/RDF/RActionImpl.hxx"
#include "ROOT/RDF/RFilterBase.hxx"
#include "ROOT/RDF/RLoopManager.hxx"
#include "ROOT/RDF/Utils.hxx"
#include "ROOT/RResultHandle.hxx"
#include "TROOT.h"
#include "TError.h"
#include "TStopwatch.h"
#include "RConfigure.h"
#include "ROOT/RLogger.hxx"
#include "ROOT/RSlotStack.hxx"
#include "ROOT/TThreadExecutor.hxx"
#include <algorithm>
#include <cstdio>
#include <iomanip>
#include <iostream>
#include <set>
#include <sstream>
#include <numeric>
#include <sys/ioctl.h>
#include <unistd.h>

Classes

class  ROOT::RDF::Experimental::ProgressBarAction
class  RResultHandle
 A type-erased version of RResultPtr and RResultMap. More...

Namespaces

namespace  ROOT
namespace  ROOT::RDF
namespace  ROOT::RDF::Experimental

Functions

void ROOT::RDF::Experimental::AddProgressBar (ROOT::RDataFrame df)
 Add ProgressBar to an RDataFrame.
void ROOT::RDF::Experimental::AddProgressBar (ROOT::RDF::RNode df)
 Add ProgressBar to a ROOT::RDF::RNode.
void ROOT::RDF::Experimental::ThreadsPerTH3 (unsigned int nThread=1)
 Set the number of threads sharing one TH3 in RDataFrame.