11 #ifndef ROOT_TDF_TARRAYBRANCH 12 #define ROOT_TDF_TARRAYBRANCH 18 namespace Experimental {
Namespace for new ROOT classes and functions.
const_iterator begin() const
const T & operator[](std::size_t n) const
std::size_t GetSize() const
TArrayBranch(TTreeReaderArray< T > &arr)
typename TTreeReaderArray< T >::const_iterator const_iterator
const_iterator end() const
When using TDataFrame to read data from a ROOT file, users can specify that the type of a branch is T...
TTreeReaderArray< T > * fReaderArray
Pointer to the TTreeReaderArray that actually owns the data.
void * GetAddress()
Returns the memory address of the object being read.
Extracts array data from a TTree.
Random access iterator to the elements of a TTreeReaderArray.
const_iterator cbegin() const
const_iterator cend() const
typename TTreeReaderArray< T >::iterator iterator