| 2 |
* FTrkScanQLook_EXPERT.cc |
* FTrkScanQLook_EXPERT.cc |
| 3 |
* |
* |
| 4 |
* autor: D.Fedele |
* autor: D.Fedele |
| 5 |
* version 2.0 |
* version 3.0 |
| 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 |
| 13 |
*/ |
*/ |
| 14 |
#include <TString.h> |
#include <TString.h> |
| 15 |
#include <fcntl.h> |
#include <fcntl.h> |
| 16 |
|
#include <unistd.h> |
| 17 |
|
|
| 18 |
extern void FTrkScanQLook_EXPERT(TString file, TString outdir, Int_t event, Int_t DSPprint, TString format); |
extern void FTrkScanQLook_EXPERT(TString file, TString outdir, Int_t event, Int_t DSPprint, TString format); |
| 19 |
extern void info(); |
extern void info(); |
| 100 |
printf("\n Welcome to FTrkScanQLook! \n\n"); |
printf("\n Welcome to FTrkScanQLook! \n\n"); |
| 101 |
// |
// |
| 102 |
FTrkScanQLook_EXPERT(FILE,OUTDIR,2,0,FORMAT); |
FTrkScanQLook_EXPERT(FILE,OUTDIR,2,0,FORMAT); |
|
FTrkScanQLook_EXPERT(FILE,OUTDIR,3,0,FORMAT); |
|
| 103 |
// |
// |
| 104 |
if ( !beverbose ) close(nul); |
if ( !beverbose ) close(nul); |
| 105 |
return(0); |
return(0); |