#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>
Classes | |
class | ROOT::RDF::Experimental::RResultMap< T > |
Namespaces | |
namespace | ROOT |
This file contains a specialised ROOT message handler to test for diagnostic in unit tests. | |
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 > | |
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) |