ROOT  6.06/09
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:

Go to the source code of this file.

Functions

Int_t getProof (const char *where, Int_t verbose)
 Open a PROOF session at gUrl. More...
 
Int_t getDSMgr (const char *where)
 Open a dataset manager for gUrl. More...
 
void DataSetCache (bool clear, const char *ds)
 ShowCache wrapper. More...
 
void ShowDataSets (const char *ds, const char *opt)
 ShowDataSets 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 RemoveDataSet (const char *dsname)
 RemoveDataSet wrapper. More...
 
Int_t VerifyDataSet (const char *dsname, const char *opt, const char *redir)
 VerifyDataSet wrapper. More...
 
Bool_t ExistsDataSet (const char *dsname)
 ExistsDataSet wrapper. More...
 
Int_t RegisterDataSet (const char *dsname, TFileCollection *fc, const char *opt)
 RegisterDataSet wrapper. More...
 

Variables

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

Function Documentation

void DataSetCache ( bool  clear,
const char *  ds 
)

ShowCache wrapper.

Definition at line 50 of file pq2wrappers.cxx.

Referenced by do_cache().

Bool_t ExistsDataSet ( const char *  dsname)

ExistsDataSet wrapper.

Definition at line 213 of file pq2wrappers.cxx.

Referenced by pq2register().

TFileCollection* GetDataSet ( const char *  ds,
const char *  server 
)
TMap* GetDataSets ( const char *  owner,
const char *  server,
const char *  opt 
)

GetDataSets wrapper.

Definition at line 105 of file pq2wrappers.cxx.

Referenced by do_anadist(), do_info_server(), do_rm(), and do_verify().

Int_t getDSMgr ( const char *  where)

Open a dataset manager for gUrl.

Definition at line 263 of file pq2wrappers.cxx.

Referenced by DataSetCache(), ExistsDataSet(), GetDataSet(), GetDataSets(), RegisterDataSet(), RemoveDataSet(), ShowDataSets(), and VerifyDataSet().

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

Open a PROOF session at gUrl.

Definition at line 245 of file pq2wrappers.cxx.

Referenced by DataSetCache(), ExistsDataSet(), GetDataSet(), GetDataSets(), RegisterDataSet(), RemoveDataSet(), ShowDataSets(), and VerifyDataSet().

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

RegisterDataSet wrapper.

Definition at line 229 of file pq2wrappers.cxx.

Referenced by pq2register().

Int_t RemoveDataSet ( const char *  dsname)

RemoveDataSet wrapper.

Definition at line 153 of file pq2wrappers.cxx.

Referenced by do_rm().

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

ShowDataSets wrapper.

Definition at line 70 of file pq2wrappers.cxx.

Referenced by do_ls().

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

VerifyDataSet wrapper.

Definition at line 170 of file pq2wrappers.cxx.

Referenced by do_verify().

Variable Documentation

bool doParallel = kFALSE
static
TString ferr

Definition at line 38 of file pq2main.cxx.

TString flog

Definition at line 37 of file pq2main.cxx.

TString fres

Definition at line 39 of file pq2main.cxx.

TDataSetManager* gDataSetManager = 0

Definition at line 31 of file pq2wrappers.cxx.

Bool_t gIsProof
TUrl gUrl

Definition at line 49 of file pq2ping.cxx.

Int_t gverbose

Definition at line 40 of file pq2main.cxx.

Referenced by getProof(), and main().