Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
RMergeableValue.hxx File Reference
#include <memory>
#include <stdexcept>
#include <algorithm>
#include "RtypesCore.h"
#include "TList.h"
Include dependency graph for RMergeableValue.hxx:
This graph shows which files directly or indirectly include this file:

Classes

class  ROOT::Detail::RDF::RMergeableCount
 Specialization of RMergeableValue for the Count action. More...
 
class  ROOT::Detail::RDF::RMergeableFill< T >
 Specialization of RMergeableValue for histograms and statistics. More...
 
class  ROOT::Detail::RDF::RMergeableMax< T >
 
class  ROOT::Detail::RDF::RMergeableMean
 Specialization of RMergeableValue for the Mean action. More...
 
class  ROOT::Detail::RDF::RMergeableMin< T >
 
class  ROOT::Detail::RDF::RMergeableStdDev
 Specialization of RMergeableValue for the StdDev action. More...
 
class  ROOT::Detail::RDF::RMergeableSum< T >
 
class  ROOT::Detail::RDF::RMergeableValue< T >
 A result of an RDataFrame execution, that knows how to merge with other results of the same type. More...
 
class  ROOT::Detail::RDF::RMergeableValueBase
 Base class of RMergeableValue. More...
 

Namespaces

namespace  ROOT
 tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tbb::task_arena without forward declaring tbb::interface7
 
namespace  ROOT::Detail
 
namespace  ROOT::Detail::RDF
 

Functions

template<typename T , typename... Ts>
void ROOT::Detail::RDF::MergeValues (RMergeableValue< T > &OutputMergeable, const RMergeableValue< Ts > &... InputMergeables)
 Merge multiple RMergeableValue objects into one.
 
template<typename T , typename... Ts>
std::unique_ptr< RMergeableValue< T > > ROOT::Detail::RDF::MergeValues (std::unique_ptr< RMergeableValue< T > > OutputMergeable, std::unique_ptr< RMergeableValue< Ts > >... InputMergeables)
 Merge multiple RMergeableValue objects into one.
 

Detailed Description

Author
Vincenzo Eduardo Padulano
Enrico Guiraud
Date
2020-06

Definition in file RMergeableValue.hxx.