#include "TFileCollection.h"
#include "TMap.h"
Go to the source code of this file.
Functions | |
void | DataSetCache (bool clear, const char *ds) |
void | ShowDataSets (const char *ds, const char *opt="") |
TFileCollection * | GetDataSet (const char *ds, const char *server="") |
TMap * | GetDataSets (const char *owner="", const char *server="", const char *opt=0) |
Int_t | RemoveDataSet (const char *dsname) |
Int_t | VerifyDataSet (const char *dsname, const char *opt=0, const char *redir=0) |
Bool_t | ExistsDataSet (const char *dsname) |
Int_t | RegisterDataSet (const char *dsname, TFileCollection *fc, const char *opt="") |
void DataSetCache | ( | bool | clear, | |
const char * | ds | |||
) |
Bool_t ExistsDataSet | ( | const char * | dsname | ) |
TFileCollection* GetDataSet | ( | const char * | ds, | |
const char * | server = "" | |||
) |
TMap* GetDataSets | ( | const char * | owner = "" , |
|
const char * | server = "" , |
|||
const char * | opt = 0 | |||
) |
Definition at line 94 of file pq2wrappers.cxx.
Referenced by do_anadist(), do_info_server(), do_rm(), and do_verify().
Int_t RegisterDataSet | ( | const char * | dsname, | |
TFileCollection * | fc, | |||
const char * | opt = "" | |||
) |
Int_t RemoveDataSet | ( | const char * | dsname | ) |
void ShowDataSets | ( | const char * | ds, | |
const char * | opt = "" | |||
) |
Int_t VerifyDataSet | ( | const char * | dsname, | |
const char * | opt = 0 , |
|||
const char * | redir = 0 | |||
) |
Definition at line 155 of file pq2wrappers.cxx.
Referenced by do_verify(), and G__G__Proof_142_0_177().