--- quicklook/tracker/flight/src/FTrkScanQLook_EXPERT.cc 2006/12/08 17:49:31 1.15 +++ quicklook/tracker/flight/src/FTrkScanQLook_EXPERT.cc 2014/01/17 15:10:45 1.17 @@ -14,7 +14,8 @@ #include #include #include - +#include +#include extern void FTrkScanQLook_EXPERT(TString file, TString outdir, Int_t event, Int_t va1, Int_t value, TString format); extern void info(); @@ -26,7 +27,7 @@ printf("\t -v be verbose \n"); printf("\t -event: which event to analyze [default = 0] (if negative analyze |event| events after a calibration)\n"); printf("\t -va1: which va1 to analyze [default = 0] (the standard is: DSP*100+VA1)\n"); - 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"); printf("\t -outDir: path of the output directory [default = ./] (with or without final '/')\n"); printf("\t -format: format of the output file (without .) [default = pdf] (accepted formats: pdf, ps, png, jpg, gif)\n"); printf("\nExamples:\n\tFTrkScanQLook_EXPERT /home/pamela/filesfromyoda/DW_xxxxxx_yyyy.root \n\n");