11#ifndef ROOT_RDF_RVARIATIONSDESCRIPTION
12#define ROOT_RDF_RVARIATIONSDESCRIPTION
18#include <unordered_map>
26 using Variations_t = std::unordered_multimap<std::string, std::shared_ptr<ROOT::Internal::RDF::RVariationBase>>;
A descriptor for the systematic variations known to a given RDataFrame node.
std::string AsString() const
std::unordered_multimap< std::string, std::shared_ptr< ROOT::Internal::RDF::RVariationBase > > Variations_t
tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tb...