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 <numeric>
#include <unistd.h>
#include <sys/ioctl.h>
Include dependency graph for RDFHelpers.cxx:

Classes

class  ROOT::RDF::Experimental::ProgressBarAction
 

Namespaces

namespace  ROOT
 Namespace for new ROOT classes and functions.
 
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.
 
int get_tty_size ()
 
void ROOT::RDF::Experimental::ThreadsPerTH3 (unsigned int nThread=1)
 Set the number of threads sharing one TH3 in RDataFrame.
 

Function Documentation

◆ get_tty_size()

int get_tty_size ( )

Definition at line 53 of file RDFHelpers.cxx.

Variable Documentation

◆ fFillChar

Definition at line 219 of file RDFHelpers.cxx.

◆ fFlags

Definition at line 218 of file RDFHelpers.cxx.

◆ fStream

std::ostream& fStream

Definition at line 217 of file RDFHelpers.cxx.