Namespaces | |
namespace | ROOT |
This file contains a specialised ROOT message handler to test for diagnostic in unit tests. | |
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. | |