Definition at line 54 of file RResultMap.hxx.
Public Member Functions | |
const std::vector< std::string > & | GetKeys () const |
T & | operator[] (const std::string &key) |
Private Member Functions | |
RResultMap (std::shared_ptr< T > &&nominalResult, std::vector< std::shared_ptr< T > > &&variedResults, std::vector< std::string > &&keys, ROOT::Detail::RDF::RLoopManager &lm, std::shared_ptr< ROOT::Internal::RDF::RActionBase > nominalAction, std::shared_ptr< ROOT::Internal::RDF::RActionBase > variedAction) | |
Private Attributes | |
std::vector< std::string > | fKeys |
ROOT::Detail::RDF::RLoopManager * | fLoopManager |
std::unordered_map< std::string, std::shared_ptr< T > > | fMap |
std::shared_ptr< ROOT::Internal::RDF::RActionBase > | fNominalAction |
std::shared_ptr< ROOT::Internal::RDF::RActionBase > | fVariedAction |
Friends | |
RResultMap | ROOT::Internal::RDF::MakeResultMap (std::shared_ptr< T > nominalResult, std::vector< std::shared_ptr< T > > &&variedResults, std::vector< std::string > &&keys, ROOT::Detail::RDF::RLoopManager &lm, std::shared_ptr< ROOT::Internal::RDF::RActionBase > nominalAction, std::shared_ptr< ROOT::Internal::RDF::RActionBase > variedAction) |
#include <ROOT/RDF/RResultMap.hxx>
|
inlineprivate |
Definition at line 70 of file RResultMap.hxx.
|
inline |
Definition at line 100 of file RResultMap.hxx.
|
inline |
Definition at line 89 of file RResultMap.hxx.
|
friend |
|
private |
Definition at line 56 of file RResultMap.hxx.
|
private |
Definition at line 58 of file RResultMap.hxx.
|
private |
Definition at line 57 of file RResultMap.hxx.
|
private |
Definition at line 59 of file RResultMap.hxx.
|
private |
Definition at line 60 of file RResultMap.hxx.