GammaWare  Head Version for release 0.9
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
void MakeRootAFPConfFile ( const char *  directory,
const char *  pat = "*.adf",
Option_t *  opt = "" 
)

function to construct a RootAFP.conf file

the fonction MakeRootAFPConfFile take the directory you want to explore, by default all the file ending by .adf will be retain and by default the search is no recursive opt = "r" for recursive search
= "-d=dirname" will exclude dirname from the search
= "-pf=pattern" will exclude pattern from the list of file
= "-pd=pattern" will exclude pattern from the list of directory
The current directory : zcurrent is exclude
You can add cumulate the option like this :
opt = "r-d=toto-d=titi-pd=*.m-d=tata-pf=toto.*-pf=*-pd=tata"

Date
Sat Feb 20 2010
Author
Gregory Lehaut, g.lehaut(AT)ipnl.in2p3.fr

Definition at line 42 of file adf/Macros/Deprecated/Utilities.C.