Logo ROOT   6.07/09
Reference Guide
pq2actions.h
Go to the documentation of this file.
1 // @(#)root/proof:$Id$
2 // Author: G. Ganis, Mar 2010
3 
4 /*************************************************************************
5  * Copyright (C) 1995-2000, Rene Brun and Fons Rademakers. *
6  * All rights reserved. *
7  * *
8  * For the licensing terms see $ROOTSYS/LICENSE. *
9  * For the list of contributors see $ROOTSYS/README/CREDITS. *
10  *************************************************************************/
11 
12 #ifndef PQ2_actions
13 #define PQ2_actions
14 
15 //////////////////////////////////////////////////////////////////////////
16 // //
17 // pq2actions //
18 // //
19 // Prototypes for action functions used in PQ2 functions //
20 // //
21 //////////////////////////////////////////////////////////////////////////
22 
23 void do_cache(bool clear = 1, const char *ds = 0);
24 void do_ls(const char *ds, const char *opt = "");
25 void do_ls_files_server(const char *ds, const char *server);
26 void do_info_server(const char *server);
27 void do_put(const char *ds, const char *opt);
28 void do_rm(const char *ds);
29 int do_verify(const char *ds, const char *opt = 0, const char *redir = 0);
30 void do_anadist(const char *ds, const char *newsrvs = 0, const char *ignsrvs = 0,
31  const char *excsrvs = 0, const char *metrics = "F", const char *fout = 0,
32  const char *plot = 0, const char *outfile = 0, const char *infile = 0);
33 
34 #endif
void do_info_server(const char *server)
Execute 'info-server'.
Definition: pq2actions.cxx:204
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'.
Definition: pq2actions.cxx:530
void do_ls(const char *ds, const char *opt="")
Execute 'ls'.
Definition: pq2actions.cxx:71
void do_cache(bool clear=1, const char *ds=0)
Execute 'cache'.
Definition: pq2actions.cxx:60
void do_put(const char *ds, const char *opt)
Execute 'put'.
Definition: pq2actions.cxx:278
void do_rm(const char *ds)
Execute 'rm'.
Definition: pq2actions.cxx:391
void do_ls_files_server(const char *ds, const char *server)
Execute 'ls-files'.
Definition: pq2actions.cxx:82
int do_verify(const char *ds, const char *opt=0, const char *redir=0)
Execute 'verify'.
Definition: pq2actions.cxx:459