pq2actions.h

Go to the documentation of this file.
00001 // @(#)root/proof:$Id: pq2actions.h 33549 2010-05-18 10:28:05Z ganis $
00002 // Author: G. Ganis, Mar 2010
00003 
00004 /*************************************************************************
00005  * Copyright (C) 1995-2000, Rene Brun and Fons Rademakers.               *
00006  * All rights reserved.                                                  *
00007  *                                                                       *
00008  * For the licensing terms see $ROOTSYS/LICENSE.                         *
00009  * For the list of contributors see $ROOTSYS/README/CREDITS.             *
00010  *************************************************************************/
00011 
00012 #ifndef PQ2_actions
00013 #define PQ2_actions
00014 
00015 //////////////////////////////////////////////////////////////////////////
00016 //                                                                      //
00017 // pq2actions                                                           //
00018 //                                                                      //
00019 // Prototypes for action functions used in PQ2 functions                //
00020 //                                                                      //
00021 //////////////////////////////////////////////////////////////////////////
00022 
00023 void do_cache(bool clear = 1, const char *ds = 0);
00024 void do_ls(const char *ds, const char *opt = "");
00025 void do_ls_files_server(const char *ds, const char *server);
00026 void do_info_server(const char *server);
00027 void do_put(const char *ds, const char *opt);
00028 void do_rm(const char *ds);
00029 int  do_verify(const char *ds, const char *opt = 0, const char *redir = 0);
00030 void do_anadist(const char *ds, const char *newsrvs = 0, const char *ignsrvs = 0,
00031                 const char *excsrvs = 0, const char *metrics = "F", const char *fout = 0,
00032                 const char *plot = 0, const char *outfile = 0, const char *infile = 0);
00033 
00034 #endif

Generated on Tue Jul 5 14:25:46 2011 for ROOT_528-00b_version by  doxygen 1.5.1