/[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.4 by mocchiut, Fri Jun 30 10:44:59 2006 UTC revision 1.7 by mocchiut, Fri Aug 4 10:31:35 2006 UTC
# Line 41  void usage(){ Line 41  void usage(){
41    printf("\n -v | --verbose  be verbose [default: print nothing on STDOUT]\n");    printf("\n -v | --verbose  be verbose [default: print nothing on STDOUT]\n");
42    printf("\n -idRun          ID_RUN: ID number of the run to be processed \n");    printf("\n -idRun          ID_RUN: ID number of the run to be processed \n");
43    printf("\n -processFile    output filename [default ID_RUN.Level2.root]\n");    printf("\n -processFile    output filename [default ID_RUN.Level2.root]\n");
   printf("\n -processFolder  folder for output data but the processFile [default \"calorimeterFolder\"]\n");  
44    printf("\n -host           name for the host [default = mysql://localhost/pamelaprod]\n");    printf("\n -host           name for the host [default = mysql://localhost/pamelaprod]\n");
45    printf("\n -user           username for the DB [default = anonymous] \n");    printf("\n -user           username for the DB [default = anonymous] \n");
46    printf("\n -psw            password for the DB [default = \"\"]\n");    printf("\n -psw            password for the DB [default = \"\"]\n");
# Line 596  int main(int numinp, char *inps[]){ Line 595  int main(int numinp, char *inps[]){
595      case -803: message += " RUNINFO - Updating but no RunInfo tree in Level2 file"; break;      case -803: message += " RUNINFO - Updating but no RunInfo tree in Level2 file"; break;
596      case -804: message += " RUNINFO - Unknown detector"; break;      case -804: message += " RUNINFO - Unknown detector"; break;
597      case -805: message += " RUNINFO - Reprocessing data but no RunInfo tree in Level2 file"; break;      case -805: message += " RUNINFO - Reprocessing data but no RunInfo tree in Level2 file"; break;
598        case -806: message += " RUNINFO - Can not handle more than 500 runs"; break;
599        //        //
600      default: message += "Unidentified error or warning"; break;      default: message += "Unidentified error or warning"; break;
601      };      };
# Line 623  int main(int numinp, char *inps[]){ Line 623  int main(int numinp, char *inps[]){
623    //    //
624    if ( error != 0 ) printf("\n\n WARNING: exiting with signal %i \n\n",error);    if ( error != 0 ) printf("\n\n WARNING: exiting with signal %i \n\n",error);
625    printf("\n");    printf("\n");
626      printf("Finished, exiting...\n");
627      printf("\n");
628    //    //
629    // Close redirection if the case.    // Close redirection if the case.
630    //    //

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

  ViewVC Help
Powered by ViewVC 1.1.23