Changeset 4869 for trunk/MagicSoft/Mars
- Timestamp:
- 09/06/04 10:34:33 (20 years ago)
- Location:
- trunk/MagicSoft/Mars/macros/sql
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/macros/sql/filldotrbk.C
r4694 r4869 32 32 // 33 33 // Usage: 34 // .x readrbk.C("/data/MAGIC/Period014", kTRUE)34 // .x filldotrbk.C("/data/MAGIC/Period014", kTRUE) 35 35 // 36 36 // While the first argument is the directory in which all subdirectories where … … 63 63 #include <fstream> 64 64 65 #include <MSQLServer.h> 65 #include <TRegexp.h> 66 66 67 #include <TSQLRow.h> 67 68 #include <TSQLResult.h> 68 69 69 #include <TRegexp.h> 70 71 #include <MDirIter.h> 70 #include "MDirIter.h" 71 #include "MSQLServer.h" 72 72 73 73 using namespace std; -
trunk/MagicSoft/Mars/macros/sql/filldotrun.C
r4694 r4869 71 71 #include <fstream> 72 72 73 #include <MSQLServer.h> 73 #include <TMath.h> 74 #include <TRegexp.h> 75 74 76 #include <TSQLRow.h> 75 77 #include <TSQLResult.h> 76 78 77 #include <TMath.h> 78 #include <TRegexp.h> 79 80 #include <MTime.h> 81 #include <MDirIter.h> 79 #include "MTime.h" 80 #include "MDirIter.h" 81 #include "MSQLServer.h" 82 82 83 83 using namespace std;
Note:
See TracChangeset
for help on using the changeset viewer.