Logo ROOT   6.14/05
Reference Guide
Functions | Variables
pq2wrappers.cxx File Reference
#include <stdlib.h>
#include "pq2wrappers.h"
#include "redirguard.h"
#include "TDataSetManager.h"
#include "TEnv.h"
#include "TFileInfo.h"
#include "TPluginManager.h"
#include "TProof.h"
#include "TROOT.h"
Include dependency graph for pq2wrappers.cxx:

Functions

void DataSetCache (bool clear, const char *ds)
 ShowCache wrapper. More...
 
Bool_t ExistsDataSet (const char *dsname)
 ExistsDataSet wrapper. More...
 
TFileCollectionGetDataSet (const char *ds, const char *server)
 GetDataSet wrapper. More...
 
TMapGetDataSets (const char *owner, const char *server, const char *opt)
 GetDataSets wrapper. More...
 
Int_t getDSMgr (const char *where)
 Open a dataset manager for gUrl. More...
 
Int_t getProof (const char *where, Int_t verbose)
 Open a PROOF session at gUrl. More...
 
Int_t RegisterDataSet (const char *dsname, TFileCollection *fc, const char *opt)
 RegisterDataSet wrapper. More...
 
Int_t RemoveDataSet (const char *dsname)
 RemoveDataSet wrapper. More...
 
void ShowDataSets (const char *ds, const char *opt)
 ShowDataSets wrapper. More...
 
Int_t VerifyDataSet (const char *dsname, const char *opt, const char *redir)
 VerifyDataSet wrapper. More...
 

Variables

static bool doParallel = kFALSE
 
TString ferr
 
TString flog
 
TString fres
 
TDataSetManagergDataSetManager = 0
 
Bool_t gIsProof
 
TUrl gUrl
 
Int_t gverbose
 

Function Documentation

◆ DataSetCache()

void DataSetCache ( bool  clear,
const char *  ds 
)

ShowCache wrapper.

Definition at line 50 of file pq2wrappers.cxx.

◆ ExistsDataSet()

Bool_t ExistsDataSet ( const char *  dsname)

ExistsDataSet wrapper.

Definition at line 213 of file pq2wrappers.cxx.

◆ GetDataSet()

TFileCollection* GetDataSet ( const char *  ds,
const char *  server 
)

GetDataSet wrapper.

Definition at line 87 of file pq2wrappers.cxx.

◆ GetDataSets()

TMap* GetDataSets ( const char *  owner,
const char *  server,
const char *  opt 
)

GetDataSets wrapper.

Definition at line 105 of file pq2wrappers.cxx.

◆ getDSMgr()

Int_t getDSMgr ( const char *  where)

Open a dataset manager for gUrl.

Definition at line 263 of file pq2wrappers.cxx.

◆ getProof()

Int_t getProof ( const char *  where,
Int_t  verbose = 1 
)

Open a PROOF session at gUrl.

Definition at line 245 of file pq2wrappers.cxx.

◆ RegisterDataSet()

Int_t RegisterDataSet ( const char *  dsname,
TFileCollection fc,
const char *  opt 
)

RegisterDataSet wrapper.

Definition at line 229 of file pq2wrappers.cxx.

◆ RemoveDataSet()

Int_t RemoveDataSet ( const char *  dsname)

RemoveDataSet wrapper.

Definition at line 153 of file pq2wrappers.cxx.

◆ ShowDataSets()

void ShowDataSets ( const char *  ds,
const char *  opt 
)

ShowDataSets wrapper.

Definition at line 70 of file pq2wrappers.cxx.

◆ VerifyDataSet()

Int_t VerifyDataSet ( const char *  dsname,
const char *  opt,
const char *  redir 
)

VerifyDataSet wrapper.

Definition at line 170 of file pq2wrappers.cxx.

Variable Documentation

◆ doParallel

bool doParallel = kFALSE
static

Definition at line 42 of file pq2wrappers.cxx.

◆ ferr

TString ferr

Definition at line 38 of file pq2main.cxx.

◆ flog

TString flog

Definition at line 37 of file pq2main.cxx.

◆ fres

TString fres

Definition at line 39 of file pq2main.cxx.

◆ gDataSetManager

TDataSetManager* gDataSetManager = 0

Definition at line 31 of file pq2wrappers.cxx.

◆ gIsProof

Bool_t gIsProof

Definition at line 50 of file pq2ping.cxx.

◆ gUrl

TUrl gUrl

Definition at line 49 of file pq2ping.cxx.

◆ gverbose

Int_t gverbose

Definition at line 40 of file pq2main.cxx.