14 |
#include <TString.h> |
#include <TString.h> |
15 |
#include <fcntl.h> |
#include <fcntl.h> |
16 |
#include <unistd.h> |
#include <unistd.h> |
17 |
|
#include <cstdlib> |
18 |
|
#include <sys/stat.h> |
19 |
extern void FTrkScanQLook_EXPERT(TString file, TString outdir, Int_t event, Int_t va1, Int_t value, TString format); |
extern void FTrkScanQLook_EXPERT(TString file, TString outdir, Int_t event, Int_t va1, Int_t value, TString format); |
20 |
extern void info(); |
extern void info(); |
21 |
|
|
27 |
printf("\t -v be verbose \n"); |
printf("\t -v be verbose \n"); |
28 |
printf("\t -event: which event to analyze [default = 0] (if negative analyze |event| events after a calibration)\n"); |
printf("\t -event: which event to analyze [default = 0] (if negative analyze |event| events after a calibration)\n"); |
29 |
printf("\t -va1: which va1 to analyze [default = 0] (the standard is: DSP*100+VA1)\n"); |
printf("\t -va1: which va1 to analyze [default = 0] (the standard is: DSP*100+VA1)\n"); |
30 |
printf("\t -value: number of events to store in the .dat file with va1 values\n"); |
printf("\t -value: number of events to store in the .dat file with va1 values*10 + # of calibration (if #of cal = 0, select all calibrations)\n"); |
31 |
printf("\t -outDir: path of the output directory [default = ./] (with or without final '/')\n"); |
printf("\t -outDir: path of the output directory [default = ./] (with or without final '/')\n"); |
32 |
printf("\t -format: format of the output file (without .) [default = pdf] (accepted formats: pdf, ps, png, jpg, gif)\n"); |
printf("\t -format: format of the output file (without .) [default = pdf] (accepted formats: pdf, ps, png, jpg, gif)\n"); |
33 |
printf("\nExamples:\n\tFTrkScanQLook_EXPERT /home/pamela/filesfromyoda/DW_xxxxxx_yyyy.root \n\n"); |
printf("\nExamples:\n\tFTrkScanQLook_EXPERT /home/pamela/filesfromyoda/DW_xxxxxx_yyyy.root \n\n"); |