|
| template<typename T > |
| std::unique_ptr< RDFDetail::RColumnReaderBase > | ROOT::Internal::RDF::MakeColumnReader (unsigned int slot, RDefineBase *define, const std::map< std::string, std::vector< void * > > &DSValuePtrsMap, TTreeReader *r, ROOT::RDF::RDataSource *ds, const std::string &colName, RVariationBase *variation, const std::string &variationName) |
| |
| template<typename... ColTypes> |
| std::array< std::unique_ptr< RDFDetail::RColumnReaderBase >, sizeof...(ColTypes)> | ROOT::Internal::RDF::MakeColumnReaders (unsigned int slot, TTreeReader *r, TypeList< ColTypes... >, const RColumnReadersInfo &colInfo, const std::string &variationName="nominal") |
| | Create a group of column readers, one per type in the parameter pack.
|
| |
| std::array< std::unique_ptr< RDFDetail::RColumnReaderBase >, 0 > | ROOT::Internal::RDF::MakeColumnReaders (unsigned int, TTreeReader *, TypeList<>, const RColumnReadersInfo &, const std::string &="nominal") |
| |