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 |
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); |
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 ){ |