![]() |
GRSISort "v4.0.0.5"
An extension of the ROOT analysis Framework
|
![]() |
Classes | |
| struct | exit_exception |
Functions | |
| template<typename T , typename... U> | |
| void | Append (std::ostringstream &stream, const T &head, const U &... tail) |
| template<typename T > | |
| void | Append (std::ostringstream &stream, const T &tail) |
| void | SetGRSIEnv () |
| template<typename T , typename... U> | |
| std::string | Stringify (const T &head, const U &... tail) |
| void grsi::Append | ( | std::ostringstream & | stream, |
| const T & | head, | ||
| const U &... | tail ) |
| void grsi::Append | ( | std::ostringstream & | stream, |
| const T & | tail ) |
Definition at line 91 of file Globals.h.
Referenced by Append(), and Stringify().
| void grsi::SetGRSIEnv | ( | ) |
function to read user defined options first from the .grsirc file in $GRSISYS, then the .grsirc file in $HOME
Definition at line 7 of file Globals.cxx.
Referenced by main().