Logo ROOT   6.14/05
Reference Guide
Functions
pq2actions.h File Reference
This graph shows which files directly or indirectly include this file:

Functions

void do_anadist (const char *ds, const char *newsrvs=0, const char *ignsrvs=0, const char *excsrvs=0, const char *metrics="F", const char *fout=0, const char *plot=0, const char *outfile=0, const char *infile=0)
 Execute 'analyze-distribution' for the dataset(s) described by 'ds'. More...
 
void do_cache (bool clear=1, const char *ds=0)
 Execute 'cache'. More...
 
void do_info_server (const char *server)
 Execute 'info-server'. More...
 
void do_ls (const char *ds, const char *opt="")
 Execute 'ls'. More...
 
void do_ls_files_server (const char *ds, const char *server)
 Execute 'ls-files'. More...
 
void do_put (const char *ds, const char *opt)
 Execute 'put'. More...
 
void do_rm (const char *ds)
 Execute 'rm'. More...
 
int do_verify (const char *ds, const char *opt=0, const char *redir=0)
 Execute 'verify'. More...
 

Function Documentation

◆ do_anadist()

void do_anadist ( const char *  ds,
const char *  servers,
const char *  ignsrvs,
const char *  excsrvs,
const char *  metrics,
const char *  fnout,
const char *  plot,
const char *  outfile,
const char *  infile 
)

Execute 'analyze-distribution' for the dataset(s) described by 'ds'.

The result is output to the screan and the details about file movement to file 'fnout', if defined.

Definition at line 527 of file pq2actions.cxx.

◆ do_cache()

void do_cache ( bool  clear = 1,
const char *  ds = 0 
)

Execute 'cache'.

Definition at line 60 of file pq2actions.cxx.

◆ do_info_server()

void do_info_server ( const char *  server)

Execute 'info-server'.

Definition at line 204 of file pq2actions.cxx.

◆ do_ls()

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

Execute 'ls'.

Definition at line 71 of file pq2actions.cxx.

◆ do_ls_files_server()

void do_ls_files_server ( const char *  ds,
const char *  server 
)

Execute 'ls-files'.

Definition at line 82 of file pq2actions.cxx.

◆ do_put()

void do_put ( const char *  ds,
const char *  opt 
)

Execute 'put'.

Definition at line 278 of file pq2actions.cxx.

◆ do_rm()

void do_rm ( const char *  ds)

Execute 'rm'.

Definition at line 388 of file pq2actions.cxx.

◆ do_verify()

int do_verify ( const char *  ds,
const char *  opt = 0,
const char *  redir = 0 
)

Execute 'verify'.

Definition at line 456 of file pq2actions.cxx.