ROOT  6.07/01
Reference Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Functions
pq2actions.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void do_cache (bool clear=1, const char *ds=0)
 Execute 'cache'. 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_info_server (const char *server)
 Execute 'info-server'. 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...
 
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...
 

Function Documentation

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 530 of file pq2actions.cxx.

Referenced by main().

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

Execute 'cache'.

Definition at line 60 of file pq2actions.cxx.

Referenced by main().

void do_info_server ( const char *  server)

Execute 'info-server'.

Definition at line 204 of file pq2actions.cxx.

Referenced by main().

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

Execute 'ls'.

Definition at line 71 of file pq2actions.cxx.

Referenced by main().

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

Execute 'ls-files'.

Definition at line 82 of file pq2actions.cxx.

Referenced by main().

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

Execute 'put'.

Definition at line 278 of file pq2actions.cxx.

Referenced by main().

void do_rm ( const char *  ds)

Execute 'rm'.

Definition at line 391 of file pq2actions.cxx.

Referenced by main().

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

Execute 'verify'.

Definition at line 459 of file pq2actions.cxx.

Referenced by main().