#include <cstdio>#include <sys/types.h>#include <sys/stat.h>#include <unistd.h>#include <cerrno>#include "TInterpreter.h"#include "TROOT.h"#include "TApplication.h"#include "TPluginManager.h"#include "TSystem.h"#include "TString.h"Functions | |
| int | main (int argc, char **argv) |
| The main program: start a TApplication which connects back to the client. | |
| static Int_t | MakeCleanupScript (Int_t loglevel) |
| Create a script that can be executed to cleanup this process in case of problems. | |
| static FILE * | RedirectOutput (TString &logfile, const char *loc) |
| Redirect stdout to 'logfile'. | |
Variables | |
| static const char * | gAppName = "roots" |