Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
RDFHelpers.cxx File Reference
#include "ROOT/RDFHelpers.hxx"
#include "TROOT.h"
#include "TError.h"
#include "TStopwatch.h"
#include "RConfigure.h"
#include "ROOT/RLogger.hxx"
#include "ROOT/RDF/RLoopManager.hxx"
#include "ROOT/RDF/Utils.hxx"
#include "ROOT/RResultHandle.hxx"
#include "ROOT/TThreadExecutor.hxx"
#include <algorithm>
#include <iostream>
#include <set>
#include <cstdio>
#include <numeric>
#include <unistd.h>
#include <sys/ioctl.h>
Include dependency graph for RDFHelpers.cxx:

Classes

class  ROOT::RDF::Experimental::ProgressBarAction
 

Namespaces

namespace  ROOT
 This file contains a specialised ROOT message handler to test for diagnostic in unit tests.
 
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 ()
 

Function Documentation

◆ get_tty_size()

int get_tty_size ( )

Definition at line 45 of file RDFHelpers.cxx.

Variable Documentation

◆ fFillChar

std::ostream::char_type fFillChar

Definition at line 205 of file RDFHelpers.cxx.

◆ fFlags

std::ios_base::fmtflags fFlags

Definition at line 204 of file RDFHelpers.cxx.

◆ fStream

std::ostream& fStream

Definition at line 203 of file RDFHelpers.cxx.