/[PAMELA software]/calo/flight/FQLOOK/src/FCaloQLOOK.cc
ViewVC logotype

Diff of /calo/flight/FQLOOK/src/FCaloQLOOK.cc

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.6 by mocchiut, Fri Sep 22 13:38:59 2006 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 113  int main(int numinp, char *inps[]){ Line 114  int main(int numinp, char *inps[]){
114      return(0);          return(0);    
115    };    };
116    //    //
117      stringstream figsave;    
118    if ( !beverbose ){    if ( !beverbose ){
119      //      //
120      const string fil = gSystem->BaseName(name.Data());      const string fil = gSystem->BaseName(name.Data());
# Line 128  int main(int numinp, char *inps[]){ Line 130  int main(int numinp, char *inps[]){
130      const char *figrec = file2;      const char *figrec = file2;
131      //      //
132      const char *outDir = outdir;      const char *outDir = outdir;
     stringstream figsave;      
133      figsave.str("");      figsave.str("");
134      figsave << outDir << "/" ;      figsave << outDir << "/" ;
135      figsave << figrec << "_CaloQLOOK.txt";      figsave << figrec << "_CaloQLOOK.txt";
136      //      //
137      // redirect to /dev/null the stdout and stderr      // redirect to /dev/null the stdout and stderr
138      //      //
139      nul = open(figsave.str().c_str(), O_CREAT | O_RDWR,S_IREAD | S_IWRITE);      nul = open(figsave.str().c_str(), O_CREAT | O_RDWR,S_IREAD | S_IWRITE | S_IRGRP | S_IWGRP | S_IROTH);
140      dup2(nul,1);      dup2(nul,1);
141      dup2(nul,2);      dup2(nul,2);
142    };    };
143    printf("\n Welcome to FCaloQLOOK! \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    //    //

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.12

  ViewVC Help
Powered by ViewVC 1.1.23