Logo ROOT  
Reference Guide
Loading...
Searching...
No Matches
TreeUtils.h File Reference
#include <iosfwd>
#include "RtypesCore.h"

Namespaces

namespace  ROOT
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.