ROOT 6.10/09 Reference Guide |
Functions | |
template<class DataType , class Tuple > | |
Long64_t | FillNtupleFromStream (std::istream &inputStream, Tuple &tuple, char delimiter, bool strictMode) |
template Long64_t | FillNtupleFromStream< Double_t, TNtupleD > (std::istream &, TNtupleD &, char, bool) |
template Long64_t | FillNtupleFromStream< Float_t, TNtuple > (std::istream &, TNtuple &, char, bool) |
bool | NextCharacterIsEOL (std::istream &input) |
Either '\r' | '\n' or eof of some problem. More... | |
void | SkipComment (std::istream &input) |
Skips everything from '#' to (including) '\r' or '\n'. More... | |
void | SkipEmptyLines (std::istream &input) |
Skips empty lines (newline-characters), ws-lines (consisting only of whitespace characters + newline-characters). More... | |
void | SkipWSCharacters (std::istream &input) |
Skip whitespace characters, but not newline-characters we support ('\r' or '\n'). More... | |
Long64_t ROOT::TreeUtils::FillNtupleFromStream | ( | std::istream & | inputStream, |
Tuple & | tuple, | ||
char | delimiter, | ||
bool | strictMode | ||
) |
Definition at line 80 of file TreeUtils.cxx.
template Long64_t ROOT::TreeUtils::FillNtupleFromStream< Double_t, TNtupleD > | ( | std::istream & | , |
TNtupleD & | , | ||
char | , | ||
bool | |||
) |
template Long64_t ROOT::TreeUtils::FillNtupleFromStream< Float_t, TNtuple > | ( | std::istream & | , |
TNtuple & | , | ||
char | , | ||
bool | |||
) |
bool ROOT::TreeUtils::NextCharacterIsEOL | ( | std::istream & | input | ) |
Either '\r' | '\n' or eof of some problem.
Definition at line 298 of file TreeUtils.cxx.
void ROOT::TreeUtils::SkipComment | ( | std::istream & | input | ) |
Skips everything from '#' to (including) '\r' or '\n'.
Definition at line 240 of file TreeUtils.cxx.
void ROOT::TreeUtils::SkipEmptyLines | ( | std::istream & | input | ) |
Skips empty lines (newline-characters), ws-lines (consisting only of whitespace characters + newline-characters).
Definition at line 259 of file TreeUtils.cxx.
void ROOT::TreeUtils::SkipWSCharacters | ( | std::istream & | input | ) |
Skip whitespace characters, but not newline-characters we support ('\r' or '\n').
Definition at line 280 of file TreeUtils.cxx.