Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
TreeUtils.h File Reference
#include <iosfwd>
#include "RtypesCore.h"
Include dependency graph for TreeUtils.h:
This graph shows which files directly or indirectly include this file:

Namespaces

namespace  ROOT
 tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tbb::task_arena without forward declaring tbb::interface7
 
namespace  ROOT::TreeUtils
 

Functions

template<class DataType , class Tuple >
Long64_t ROOT::TreeUtils::FillNtupleFromStream (std::istream &inputStream, Tuple &tuple, char delimiter, bool strictMode)
 Function to fill tuples (TNtuple/TNtupleD) from a simple ASCII data file.