ROOT
6.06/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"
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... | |
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 | 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 | |
TDataSetManager * | gDataSetManager = 0 |
TUrl | gUrl |
Bool_t | gIsProof |
TString | flog |
TString | ferr |
TString | fres |
Int_t | gverbose |
static bool | doParallel = kFALSE |
void DataSetCache | ( | bool | clear, |
const char * | ds | ||
) |
Bool_t ExistsDataSet | ( | const char * | dsname | ) |
TFileCollection* GetDataSet | ( | const char * | ds, |
const char * | server | ||
) |
GetDataSet wrapper.
Definition at line 87 of file pq2wrappers.cxx.
Referenced by TMVA::ResultsMulticlass::CreateMulticlassHistos(), TMVA::ResultsRegression::DeviationAsAFunctionOf(), do_ls_files_server(), TMVA::ResultsMulticlass::EstimatorFunction(), and TMVA::ResultsRegression::QuadraticDeviation().
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().
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 | ) |
void ShowDataSets | ( | const char * | ds, |
const char * | opt | ||
) |
Int_t VerifyDataSet | ( | const char * | dsname, |
const char * | opt, | ||
const char * | redir | ||
) |
|
static |
Definition at line 42 of file pq2wrappers.cxx.
Referenced by DataSetCache(), ExistsDataSet(), GetDataSet(), GetDataSets(), getProof(), RegisterDataSet(), RemoveDataSet(), ShowDataSets(), and VerifyDataSet().
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.
Referenced by checkUrl(), DataSetCache(), ExistsDataSet(), GetDataSet(), GetDataSets(), RegisterDataSet(), RemoveDataSet(), ShowDataSets(), and VerifyDataSet().
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().