Logo ROOT   6.14/05
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:

Functions

void DataSetCache (bool clear, const char *ds)
 ShowCache wrapper. More...
 
Bool_t ExistsDataSet (const char *dsname)
 ExistsDataSet 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 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=0, const char *redir=0)
 VerifyDataSet wrapper. More...
 

Function Documentation

◆ DataSetCache()

void DataSetCache ( bool  clear,
const char *  ds 
)

ShowCache wrapper.

Definition at line 50 of file pq2wrappers.cxx.

◆ ExistsDataSet()

Bool_t ExistsDataSet ( const char *  dsname)

ExistsDataSet wrapper.

Definition at line 213 of file pq2wrappers.cxx.

◆ GetDataSet()

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

GetDataSet wrapper.

Definition at line 87 of file pq2wrappers.cxx.

◆ GetDataSets()

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

GetDataSets wrapper.

Definition at line 105 of file pq2wrappers.cxx.

◆ RegisterDataSet()

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

RegisterDataSet wrapper.

Definition at line 229 of file pq2wrappers.cxx.

◆ RemoveDataSet()

Int_t RemoveDataSet ( const char *  dsname)

RemoveDataSet wrapper.

Definition at line 153 of file pq2wrappers.cxx.

◆ ShowDataSets()

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

ShowDataSets wrapper.

Definition at line 70 of file pq2wrappers.cxx.

◆ 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.