/[PAMELA software]/quicklook/tracker/flight/src/FTrkScanQLook_EXPERT.cc
ViewVC logotype

Diff of /quicklook/tracker/flight/src/FTrkScanQLook_EXPERT.cc

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

revision 1.6 by pam-fi, Sun Jul 2 17:41:16 2006 UTC revision 1.12 by pam-fi, Tue Sep 19 15:15:42 2006 UTC
# Line 2  Line 2 
2   * FTrkScanQLook_EXPERT.cc   * FTrkScanQLook_EXPERT.cc
3   *   *
4   * autor: D.Fedele   * autor: D.Fedele
5   * version v1r05   * version v1r..
6   * Parameters:   * Parameters:
7   *      file - the path to the root file to analyze   *      file - the path to the root file to analyze
8   *      outDir - total path of output file   *      outDir - total path of output file
# Line 37  int main(int argc, char* argv[]){ Line 37  int main(int argc, char* argv[]){
37    int nul = 0;    int nul = 0;
38    
39    if(argc>1){    if(argc>1){
     if(argc<3){  
       printf("\n\tYou have to insert at least the file to analyze \n");  
       usage();  
       return(0);  
     }  
40      if ( !strcmp(argv[1],"--version") ){      if ( !strcmp(argv[1],"--version") ){
41        info();        info();
42        return(0);        return(0);
# Line 93  int main(int argc, char* argv[]){ Line 88  int main(int argc, char* argv[]){
88        }        }
89      }      }
90    }    }
91    
92      else if(argc==1){
93        printf("\n\tYou have to insert at least the file to analyze \n");
94        usage();
95        return(0);
96      }
97                
98        
99    if ( !beverbose ){    if ( !beverbose ){

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

  ViewVC Help
Powered by ViewVC 1.1.23