/[PAMELA software]/DarthVader/src/DarthVader.cpp
ViewVC logotype

Diff of /DarthVader/src/DarthVader.cpp

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

revision 1.27 by mocchiut, Wed Jan 31 16:15:57 2007 UTC revision 1.28 by mocchiut, Tue Feb 13 16:55:12 2007 UTC
# Line 41  void usage(){ Line 41  void usage(){
41    printf("\n DarthVader [ options ] -idRun ID_RUN [+-all] [+-detector [ detector options ] ] \n");    printf("\n DarthVader [ options ] -idRun ID_RUN [+-all] [+-detector [ detector options ] ] \n");
42    printf("\n Options are: \n\n");    printf("\n Options are: \n\n");
43    printf(" --version         print informations about compilation and exit\n");    printf(" --version         print informations about compilation and exit\n");
44    printf(" -h | --help       print this help and exit \n");    printf(" -h || --help      print this help and exit \n");
45    printf(" -v | --verbose    be verbose [default]\n");    printf(" -v || --verbose   be verbose [default]\n");
46    printf(" -s | --silent     print nothing on STDOUT\n");    printf(" -s || --silent    print nothing on STDOUT\n");
47    printf(" -c | --clean      remove file if exiting with errors\n");    printf(" -c || --clean     remove file if exiting with errors\n");
48    printf(" -b | --benchmark  perform and print a benchmark test\n");    printf(" -b || --benchmark perform and print a benchmark test\n");
49    printf(" -auto | -AUTO     exclude from processing detector which are NOT in the acquisition [default]\n");    printf(" -auto || -AUTO    exclude from processing detector which are NOT in the acquisition [default]\n");
50    printf(" -zerofill         if a detector is not in the acquisition the routine is called anyway \n");    printf(" -zerofill         if a detector is not in the acquisition the routine is called anyway \n");
51    printf("                   but all detector's data will be marked as bad\n");    printf("                   but all detector's data will be marked as bad\n");
52    printf(" -tedious          exit with error if a detector is not in the acquisition and \n");    printf(" -tedious          exit with error if a detector is not in the acquisition and \n");
# Line 56  void usage(){ Line 56  void usage(){
56    printf(" -psw              password for the DB connection [default = $PAM_DBPSW or \"\"]\n");    printf(" -psw              password for the DB connection [default = $PAM_DBPSW or \"\"]\n");
57    printf(" -idRun ID_RUN     ID number (from the DB) of the run to be processed \n");    printf(" -idRun ID_RUN     ID number (from the DB) of the run to be processed \n");
58    printf(" -processFile file output filename [default ID_RUN.Level2.root]\n");    printf(" -processFile file output filename [default ID_RUN.Level2.root]\n");
59    printf(" +all | +ALL       call all detectors software [default]\n");    printf(" +all || +ALL      call all detectors software [default]\n");
60    printf(" -all | -ALL       call nothing\n");    printf(" -all || -ALL      call nothing\n");
61    printf(" +detector         process detector; detector can be: TOF,TRK,CAL,TRG,ORB,S4,ND,AC,RUN\n");    printf(" +detector         process detector; detector can be: TOF,TRK,CAL,TRG,ORB,S4,ND,AC,RUN\n");
62    printf(" -detector         do not process detector (as above)\n");    printf(" -detector         do not process detector (as above)\n");
63    printf("                   detector options must be included in square parenthesis with spaces, for example:\n");    printf("                   detector options must be included in square parenthesis with spaces, for example:\n");

Legend:
Removed from v.1.27  
changed lines
  Added in v.1.28

  ViewVC Help
Powered by ViewVC 1.1.23