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"
Definition at line 42 of file adf/Macros/Deprecated/Utilities.C.