|
ROOT 6.10/09 Reference Guide |
#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"Functions | |
| void | DataSetCache (bool clear, const char *ds) |
| ShowCache wrapper. More... | |
| Bool_t | ExistsDataSet (const char *dsname) |
| ExistsDataSet wrapper. More... | |
| TFileCollection * | GetDataSet (const char *ds, const char *server) |
| GetDataSet wrapper. More... | |
| TMap * | GetDataSets (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 |
| TDataSetManager * | gDataSetManager = 0 |
| Bool_t | gIsProof |
| TUrl | gUrl |
| Int_t | gverbose |
| void DataSetCache | ( | bool | clear, |
| const char * | ds | ||
| ) |
ShowCache wrapper.
Definition at line 50 of file pq2wrappers.cxx.
| Bool_t ExistsDataSet | ( | const char * | dsname | ) |
ExistsDataSet wrapper.
Definition at line 213 of file pq2wrappers.cxx.
| TFileCollection* GetDataSet | ( | const char * | ds, |
| const char * | server | ||
| ) |
GetDataSet wrapper.
Definition at line 87 of file pq2wrappers.cxx.
| TMap* GetDataSets | ( | const char * | owner, |
| const char * | server, | ||
| const char * | opt | ||
| ) |
GetDataSets wrapper.
Definition at line 105 of file pq2wrappers.cxx.
| Int_t getDSMgr | ( | const char * | where | ) |
Open a dataset manager for gUrl.
Definition at line 263 of file pq2wrappers.cxx.
Open a PROOF session at gUrl.
Definition at line 245 of file pq2wrappers.cxx.
| Int_t RegisterDataSet | ( | const char * | dsname, |
| TFileCollection * | fc, | ||
| const char * | opt | ||
| ) |
RegisterDataSet wrapper.
Definition at line 229 of file pq2wrappers.cxx.
| Int_t RemoveDataSet | ( | const char * | dsname | ) |
RemoveDataSet wrapper.
Definition at line 153 of file pq2wrappers.cxx.
| void ShowDataSets | ( | const char * | ds, |
| const char * | opt | ||
| ) |
ShowDataSets wrapper.
Definition at line 70 of file pq2wrappers.cxx.
| Int_t VerifyDataSet | ( | const char * | dsname, |
| const char * | opt, | ||
| const char * | redir | ||
| ) |
VerifyDataSet wrapper.
Definition at line 170 of file pq2wrappers.cxx.
|
static |
Definition at line 42 of file pq2wrappers.cxx.
| 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 |
Definition at line 50 of file pq2ping.cxx.
| TUrl gUrl |
Definition at line 49 of file pq2ping.cxx.
| Int_t gverbose |
Definition at line 40 of file pq2main.cxx.