/[PAMELA software]/calo/flight/FQLOOK/src/FCaloQLOOK.cc
ViewVC logotype

Diff of /calo/flight/FQLOOK/src/FCaloQLOOK.cc

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

revision 1.3 by mocchiut, Mon Jul 10 13:55:02 2006 UTC revision 1.4 by mocchiut, Thu Aug 3 15:25:47 2006 UTC
# Line 27  void usage(){ Line 27  void usage(){
27    printf(  " -fromev from_event  first event to analyze [default = 0] \n");    printf(  " -fromev from_event  first event to analyze [default = 0] \n");
28    printf(  " -toev to_event      last event to analyze  [default = 0] \n");    printf(  " -toev to_event      last event to analyze  [default = 0] \n");
29    printf(  " -oudDir output_dir  path of the output directory [default = ./] (with or without final '/') \n");    printf(  " -oudDir output_dir  path of the output directory [default = ./] (with or without final '/') \n");
30    printf(  " -format format      format for output file (without . )[default = ps] \n");    printf(  " -format format      format for output file (without . )[default = png] \n");
31    printf("\nExamples: ");    printf("\nExamples: ");
32    printf("\n\nFCaloQLOOK /home/pamela/filesfromyoda/dw_050301_00100.root \n");    printf("\n\nFCaloQLOOK /home/pamela/filesfromyoda/dw_050301_00100.root \n");
33    printf("\nFCaloQLOOK -v -name /home/pamela/filesfromyoda/dw_050301_00100.root \n");    printf("\nFCaloQLOOK -v -name /home/pamela/filesfromyoda/dw_050301_00100.root \n");
# Line 37  void usage(){ Line 37  void usage(){
37  int main(int numinp, char *inps[]){  int main(int numinp, char *inps[]){
38    TString name;    TString name;
39    TString outdir = "";    TString outdir = "";
40    TString format = "ps";    TString format = "png";
41    int fromev = 0;    int fromev = 0;
42    int toev = 0;    int toev = 0;
43    int nul = 0;    int nul = 0;

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

  ViewVC Help
Powered by ViewVC 1.1.23