Definition at line 44 of file RTreeColumnReader.hxx.
| Public Member Functions | |
| RTreeOpaqueColumnReader (TTreeReader &r, const std::string &colName) | |
| Construct the RTreeColumnReader. Actual initialization is performed lazily by the Init method. | |
|  Public Member Functions inherited from ROOT::Detail::RDF::RColumnReaderBase | |
| virtual | ~RColumnReaderBase ()=default | 
| template<typename T > | |
| T * | TryGet (Long64_t entry) | 
| Return the column value for the given entry. | |
| Private Member Functions | |
| void * | GetImpl (Long64_t) final | 
| Private Attributes | |
| std::unique_ptr< ROOT::Internal::TTreeReaderOpaqueValue > | fTreeValue | 
#include <ROOT/RDF/RTreeColumnReader.hxx>
| 
 | inline | 
Construct the RTreeColumnReader. Actual initialization is performed lazily by the Init method.
Definition at line 51 of file RTreeColumnReader.hxx.
| 
 | inlinefinalprivatevirtual | 
Implements ROOT::Detail::RDF::RColumnReaderBase.
Definition at line 47 of file RTreeColumnReader.hxx.
| 
 | private | 
Definition at line 45 of file RTreeColumnReader.hxx.