#include "ROOT/RDF/RActionBase.hxx"#include "ROOT/RDF/RLoopManager.hxx"#include "ROOT/RDF/Utils.hxx"#include <stdexcept>#include <string>#include <unordered_map>#include <vector>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::Internal |
| namespace | ROOT::Internal::RDF |
| namespace | ROOT::RDF |
| namespace | ROOT::RDF::Experimental |
Functions | |
| 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) |