GRSISort "v4.0.0.5"
An extension of the ROOT analysis Framework
Loading...
Searching...
No Matches
grsi Namespace Reference

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)
 

Function Documentation

◆ Append() [1/2]

template<typename T , typename... U>
void grsi::Append ( std::ostringstream & stream,
const T & head,
const U &... tail )

Definition at line 99 of file Globals.h.

References Append().

◆ Append() [2/2]

template<typename T >
void grsi::Append ( std::ostringstream & stream,
const T & tail )

Definition at line 91 of file Globals.h.

Referenced by Append(), and Stringify().

◆ SetGRSIEnv()

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 3 of file Globals.cxx.

Referenced by main().

◆ Stringify()

template<typename T , typename... U>
std::string grsi::Stringify ( const T & head,
const U &... tail )

Definition at line 110 of file Globals.h.

References Append().