ROOT
6.06/09
Reference Guide
|
Go to the source code of this file.
Functions | |
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=0) |
GetDataSets wrapper. More... | |
Int_t | RemoveDataSet (const char *dsname) |
RemoveDataSet wrapper. More... | |
Int_t | VerifyDataSet (const char *dsname, const char *opt=0, const char *redir=0) |
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... | |
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 = 0 |
||
) |
GetDataSets wrapper.
Definition at line 105 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 = "" |
||
) |
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 = 0 , |
||
const char * | redir = 0 |
||
) |