ROOT  6.06/08
Reference Guide
Functions
pq2wrappers.h File Reference
#include "TFileCollection.h"
#include "TMap.h"
+ Include dependency graph for pq2wrappers.h:
+ This graph shows which files directly or indirectly include this file:

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...
 
TFileCollectionGetDataSet (const char *ds, const char *server="")
 GetDataSet wrapper. More...
 
TMapGetDataSets (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...
 

Function Documentation

§ DataSetCache()

void DataSetCache ( bool  clear,
const char *  ds 
)

ShowCache wrapper.

Definition at line 50 of file pq2wrappers.cxx.

Referenced by do_cache().

§ ExistsDataSet()

Bool_t ExistsDataSet ( const char *  dsname)

ExistsDataSet wrapper.

Definition at line 213 of file pq2wrappers.cxx.

Referenced by TProof::GetProgressDialog(), pq2register(), and TDataSetManagerAliEn::TDataSetManagerAliEn().

§ GetDataSet()

TFileCollection* GetDataSet ( const char *  ds,
const char *  server = "" 
)

GetDataSet wrapper.

Definition at line 87 of file pq2wrappers.cxx.

Referenced by do_ls_files_server(), TProof::GetProgressDialog(), and TDataSetManagerAliEn::TDataSetManagerAliEn().

§ GetDataSets()

TMap* GetDataSets ( const char *  owner = "",
const char *  server = "",
const char *  opt = 0 
)

§ RegisterDataSet()

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

RegisterDataSet wrapper.

Definition at line 229 of file pq2wrappers.cxx.

Referenced by TProof::GetProgressDialog(), pq2register(), and TDataSetManagerAliEn::TDataSetManagerAliEn().

§ RemoveDataSet()

Int_t RemoveDataSet ( const char *  dsname)

RemoveDataSet wrapper.

Definition at line 153 of file pq2wrappers.cxx.

Referenced by do_rm(), TProof::GetProgressDialog(), and TDataSetManagerAliEn::TDataSetManagerAliEn().

§ ShowDataSets()

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

ShowDataSets wrapper.

Definition at line 70 of file pq2wrappers.cxx.

Referenced by do_ls(), TProof::GetProgressDialog(), and TDataSetManagerAliEn::TDataSetManagerAliEn().

§ VerifyDataSet()

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

VerifyDataSet wrapper.

Definition at line 170 of file pq2wrappers.cxx.

Referenced by do_verify(), and TProof::GetProgressDialog().