Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
TProof.cxx File Reference
#include <stdlib.h>
#include <fcntl.h>
#include <errno.h>
#include <unistd.h>
#include <vector>
#include "RConfigure.h"
#include "Riostream.h"
#include "Getline.h"
#include "TBrowser.h"
#include "TChain.h"
#include "TCondor.h"
#include "TDSet.h"
#include "TError.h"
#include "TEnv.h"
#include "TEntryList.h"
#include "TEventList.h"
#include "TFile.h"
#include "TFileInfo.h"
#include "TFTP.h"
#include "THashList.h"
#include "TInterpreter.h"
#include "TKey.h"
#include "TMap.h"
#include "TMath.h"
#include "TMessage.h"
#include "TMonitor.h"
#include "TObjArray.h"
#include "TObjString.h"
#include "TParameter.h"
#include "TProof.h"
#include "TProofNodeInfo.h"
#include "TProofOutputFile.h"
#include "TVirtualProofPlayer.h"
#include "TVirtualPacketizer.h"
#include "TProofServ.h"
#include "TPluginManager.h"
#include "TQueryResult.h"
#include "TRandom.h"
#include "TRegexp.h"
#include "TROOT.h"
#include "TSlave.h"
#include "TSocket.h"
#include "TSortedList.h"
#include "TSystem.h"
#include "TTree.h"
#include "TUrl.h"
#include "TFileCollection.h"
#include "TDataSetManager.h"
#include "TDataSetManagerFile.h"
#include "TMacro.h"
#include "TSelector.h"
#include "TPRegexp.h"
#include "TPackMgr.h"
#include <mutex>
Include dependency graph for TProof.cxx:

Namespaces

namespace  ROOT
 tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tbb::task_arena without forward declaring tbb::interface7
 

Functions

static Int_t PoDCheckUrl (TString *_cluster)
 This a private API function.
 

Variables

TProofgProof = 0
 

Function Documentation

◆ PoDCheckUrl()

static Int_t PoDCheckUrl ( TString _cluster)
static

This a private API function.

It checks whether the connection string contains a PoD cluster protocol. If it does, then the connection string will be changed to reflect a real PROOF connection string for a PROOF cluster managed by PoD. PoD: http://pod.gsi.de . Return -1 if the PoD request failed; return 0 otherwise.

Definition at line 347 of file TProof.cxx.

Variable Documentation

◆ gProof

TProof* gProof = 0

Definition at line 108 of file TProof.cxx.