![]() |
AliPhysics
1909eaa (1909eaa)
|
Script to generate a chain of files. More...
Go to the source code of this file.
Functions | |
Bool_t | IsFile (const char *path) |
Bool_t | TestFile (const TString &name, const char *pattern=0) |
void | ScanDirectory (TSystemDirectory *dir, TChain *chain, const char *pattern, bool recursive) |
Bool_t | ScanInputList (TChain *chain, const TString &path, const char *treeName=0) |
TChain * | MakeChain (const char *what, const char *datadir, bool recursive=false) |
Scan an input list of files
chain | Chain to add to |
path | File with list of files to add |
treeName | Name of tree in files |
Definition at line 116 of file MakeChain.C.
Referenced by MakeChain().
Test if we can open a file
name | Name of file |
pattern | Pattern to check against |
Definition at line 39 of file MakeChain.C.
Referenced by MakeChain(), ScanDirectory(), and ScanInputList().