Logo ROOT  
Reference Guide
TProofServ.cxx File Reference
#include "RConfigure.h"
#include <ROOT/RConfig.hxx>
#include "Riostream.h"
#include <errno.h>
#include <time.h>
#include <fcntl.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <sys/wait.h>
#include <cstdlib>
#include <exception>
#include <new>
#include "TProofServ.h"
#include "TDSetProxy.h"
#include "TEnv.h"
#include "TError.h"
#include "TEventList.h"
#include "TEntryList.h"
#include "TException.h"
#include "TFile.h"
#include "THashList.h"
#include "TInterpreter.h"
#include "TKey.h"
#include "TMessage.h"
#include "TVirtualPerfStats.h"
#include "TProofDebug.h"
#include "TProof.h"
#include "TVirtualProofPlayer.h"
#include "TProofQueryResult.h"
#include "TQueryResultManager.h"
#include "TRegexp.h"
#include "TROOT.h"
#include "TObjArray.h"
#include "TSocket.h"
#include "TStopwatch.h"
#include "TSystem.h"
#include "TTimeStamp.h"
#include "TUrl.h"
#include "TPluginManager.h"
#include "TObjString.h"
#include "compiledata.h"
#include "TProofResourcesStatic.h"
#include "TProofNodeInfo.h"
#include "TFileInfo.h"
#include "TClass.h"
#include "TSQLServer.h"
#include "TSQLResult.h"
#include "TSQLRow.h"
#include "TPRegexp.h"
#include "TParameter.h"
#include "TMap.h"
#include "TSortedList.h"
#include "TFileCollection.h"
#include "TLockFile.h"
#include "TDataSetManagerFile.h"
#include "TProofProgressStatus.h"
#include "TServerSocket.h"
#include "TMonitor.h"
#include "TProofOutputFile.h"
#include "TSelector.h"
#include "TPackMgr.h"
Include dependency graph for TProofServ.cxx:

Functions

TApplicationGetTProofServ (Int_t *argc, char **argv, FILE *flog)
 
static void SendAsynMsg (const char *msg)
 

Variables

TProofServgProofServ = 0
 
static volatile Int_t gProofServDebug = 1
 

Function Documentation

◆ GetTProofServ()

TApplication * GetTProofServ ( Int_t argc,
char **  argv,
FILE *  flog 
)

Definition at line 552 of file TProofServ.cxx.

◆ SendAsynMsg()

static void SendAsynMsg ( const char *  msg)
static

Definition at line 147 of file TProofServ.cxx.

Variable Documentation

◆ gProofServ

TProofServ* gProofServ = 0

Definition at line 112 of file TProofServ.cxx.

◆ gProofServDebug

volatile Int_t gProofServDebug = 1
static

Definition at line 115 of file TProofServ.cxx.