Logo ROOT   6.12/07
Reference Guide
Classes | Namespaces
TArrayBranch.hxx File Reference
#include "TTreeReaderArray.h"
#include <iterator>
Include dependency graph for TArrayBranch.hxx:
This graph shows which files directly or indirectly include this file:

Classes

class  ROOT::Experimental::TDF::TArrayBranch< T >
 When using TDataFrame to read data from a ROOT file, users can specify that the type of a branch is TArrayBranch<T> to indicate the branch is a c-style array, an STL array or any other type that can/must be accessed through a TTreeReaderArray<T> (as opposed to a TTreeReaderValue<T>). More...
 

Namespaces

 ROOT
 Namespace for new ROOT classes and functions.
 
 ROOT::Experimental
 
 ROOT::Experimental::TDF