GRSISort "v4.0.0.5"
An extension of the ROOT analysis Framework
|
#include <cstdio>
#include <string>
#include <sys/stat.h>
#include <netdb.h>
#include <iostream>
#include <stdexcept>
#include <pwd.h>
#include "TPluginManager.h"
#include "TGRSIint.h"
#include "GVersion.h"
#include "Globals.h"
#include "TThread.h"
#include <utmp.h>
Go to the source code of this file.
Macros | |
#define | STRUCT_UTMP struct utmp |
Functions | |
void | atexitHandler () |
int | main (int argc, char **argv) |
static int | ReadUtmp () |
static STRUCT_UTMP * | SearchEntry (int, const char *) |
static void | SetDisplay () |
void | SetGRSIEnv () |
void | SetGRSIPluginHandlers () |
Variables | |
TStopwatch * | gStopwatch |
static STRUCT_UTMP * | gUtmpContents |
#define STRUCT_UTMP struct utmp |
Definition at line 35 of file grsisort.cxx.
Referenced by ReadUtmp(), SearchEntry(), and SetDisplay().
void atexitHandler | ( | ) |
Definition at line 48 of file grsisort.cxx.
References DCYAN, DMAGENTA, gStopwatch, and RESET_COLOR.
Referenced by main().
int main | ( | int | argc, |
char ** | argv ) |
Definition at line 62 of file grsisort.cxx.
References atexitHandler(), gStopwatch, TGRSIint::instance(), grsi::exit_exception::message, SetDisplay(), grsi::SetGRSIEnv(), and SetGRSIPluginHandlers().
|
static |
Definition at line 102 of file grsisort.cxx.
References gUtmpContents, and STRUCT_UTMP.
Referenced by SetDisplay().
|
static |
Definition at line 143 of file grsisort.cxx.
References gUtmpContents, and STRUCT_UTMP.
Referenced by SetDisplay().
|
static |
Definition at line 155 of file grsisort.cxx.
References gUtmpContents, ReadUtmp(), SearchEntry(), and STRUCT_UTMP.
Referenced by main().
void SetGRSIEnv | ( | ) |
Definition at line 175 of file grsiproof.cxx.
Referenced by main().
void SetGRSIPluginHandlers | ( | ) |
Definition at line 92 of file grsisort.cxx.
Referenced by main().
TStopwatch* gStopwatch |
Definition at line 46 of file grsisort.cxx.
Referenced by atexitHandler(), and main().
|
static |
Definition at line 38 of file grsisort.cxx.
Referenced by ReadUtmp(), SearchEntry(), and SetDisplay().