Parent Directory
|
Revision Log
|
Patch
| revision 1.10 by mocchiut, Wed Jul 18 07:57:14 2007 UTC | revision 1.12 by mocchiut, Tue Aug 11 14:20:05 2009 UTC | |
|---|---|---|
| # | Line 11 | Line 11 |
| 11 | #include <TSystem.h> | #include <TSystem.h> |
| 12 | #include <iostream> | #include <iostream> |
| 13 | #include <sstream> | #include <sstream> |
| 14 | #include <cstdlib> | |
| 15 | #include <sys/types.h> | #include <sys/types.h> |
| 16 | #include <unistd.h> | #include <unistd.h> |
| 17 | #include <stdio.h> | #include <stdio.h> |
| # | Line 139 int main(int numinp, char *inps[]){ | Line 140 int main(int numinp, char *inps[]){ |
| 140 | dup2(nul,1); | dup2(nul,1); |
| 141 | dup2(nul,2); | dup2(nul,2); |
| 142 | }; | }; |
| 143 | printf("\n Welcome to FCaloQLOOK! v1r22 \n"); | printf("\n Welcome to FCaloQLOOK! v1r23 \n"); |
| 144 | // | // |
| 145 | FCaloQLOOK(name,fromev,toev,outdir,format,iactive,w4i); | FCaloQLOOK(name,fromev,toev,outdir,format,iactive,w4i); |
| 146 | // | // |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.23 |