Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
RResultMap.hxx File Reference
#include "ROOT/RDF/RActionBase.hxx"
#include "ROOT/RDF/RLoopManager.hxx"
#include "ROOT/RDF/RMergeableValue.hxx"
#include "ROOT/RDF/Utils.hxx"
#include <memory>
#include <stdexcept>
#include <string>
#include <unordered_map>
#include <vector>
Include dependency graph for RResultMap.hxx:
This graph shows which files directly or indirectly include this file:

Classes

class  ROOT::RDF::Experimental::RResultMap< T >
 

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
 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
 
namespace  ROOT::Internal
 
namespace  ROOT::Internal::RDF
 
namespace  ROOT::RDF
 
namespace  ROOT::RDF::Experimental
 

Functions

template<typename T >
ROOT::RDF::Experimental::RResultMap< T > ROOT::Internal::RDF::CloneResultAndAction (const ROOT::RDF::Experimental::RResultMap< T > &inmap)
 Clones an RResultMap and its corresponding RVariedAction.
 
template<typename T >
std::unique_ptr< RMergeableVariations< T > > ROOT::Detail::RDF::GetMergeableValue (ROOT::RDF::Experimental::RResultMap< T > &rmap)
 Retrieve mergeable values after calling ROOT::RDF::VariationsFor .
 
template<typename T >
ROOT::RDF::Experimental::RResultMap< T > ROOT::Internal::RDF::MakeResultMap (std::shared_ptr< T > nominalResult, std::vector< std::shared_ptr< T > > &&variedResults, std::vector< std::string > &&keys, RLoopManager &lm, std::shared_ptr< ROOT::Internal::RDF::RActionBase > nominalAction, std::shared_ptr< ROOT::Internal::RDF::RActionBase > variedAction)