16void importdir(
const char *dirname) {
17 char *
slash = (
char*)strrchr(dirname,
'/');
20 else locdir = (
char*)dirname;
21 printf(
"processing dir %s\n",dirname);
33 if (direntry[0] ==
'.')
continue;
34 if (!strcmp(direntry,
"CVS"))
continue;
35 if (!strcmp(direntry,
"htmldoc"))
continue;
36 if (strstr(dirname,
"root/include"))
continue;
37 if (strstr(direntry,
"G__"))
continue;
38 if (strstr(direntry,
".c") ||
39 strstr(direntry,
".h") ||
40 strstr(direntry,
".dat") ||
41 strstr(direntry,
".py") ||
42 strstr(direntry,
".C")) {
47 if (flags != 3)
continue;
size_t size(const MatrixT &matrix)
retrieve the size of a square matrix
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize id
char * Form(const char *fmt,...)
Formats a string in a circular formatting buffer.
R__EXTERN TSystem * gSystem
Describe directory structure in memory.
virtual Bool_t cd()
Change current directory to "this" directory.
virtual TDirectory * mkdir(const char *name, const char *title="", Bool_t returnExistingDirectory=kFALSE)
Create a sub-directory "a" or a hierarchy of sub-directories "a/b/c/...".
A ROOT file is an on-disk file, usually with extension .root, that stores objects in a file-system-li...
Class supporting a collection of lines with C++ code.
virtual Int_t Write(const char *name=nullptr, Int_t option=0, Int_t bufsize=0)
Write this object to the current directory.
const char * Data() const
virtual void FreeDirectory(void *dirp)
Free a directory.
virtual void * OpenDirectory(const char *name)
Open a directory. Returns 0 if directory does not exist.
int GetPathInfo(const char *path, Long_t *id, Long_t *size, Long_t *flags, Long_t *modtime)
Get info about a file: id, size, flags, modification time.
virtual const char * GetDirEntry(void *dirp)
Get a directory entry. Returns 0 if no more entries.
virtual const char * UnixPathName(const char *unixpathname)
Convert from a local pathname to a Unix pathname.