#include "ROOT/RDF/RCutFlowReport.hxx"#include <algorithm>#include <iterator>#include <memory>#include <stdexcept>#include <string>#include <cmath>#include "RtypesCore.h"#include "TError.h"#include "TList.h"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::RMergeableReport |
| Specialization of RMergeableValue for the Report action. More... | |
| 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... | |
| class | ROOT::Detail::RDF::RMergeableVariations< T > |
| A container for variation names and variation results that knows how to merge with others of the same type. More... | |
| class | ROOT::Detail::RDF::RMergeableVariationsBase |
| A container for variation names and variation results. More... | |
Namespaces | |
| namespace | ROOT |
| namespace | ROOT::Detail |
| Special implementation of ROOT::RRangeCast for TCollection, including a check that the cast target type inherits from TObject and a new constructor that takes the TCollection by pointer. | |
| 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> | |
| void | ROOT::Detail::RDF::MergeValues (RMergeableVariations< T > &OutputMergeable, const RMergeableVariations< Ts > &... InputMergeables) |
| Merge multiple RMergeableVariations 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. | |
Definition in file RMergeableValue.hxx.