/[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.43 by mocchiut, Thu Apr 12 12:30:04 2012 UTC revision 1.46 by mocchiut, Wed Mar 6 14:20:27 2013 UTC
# Line 67  void usage(){ Line 67  void usage(){
67    printf(" Standard call:\n            DarthVader -idRun 1085 \n");    printf(" Standard call:\n            DarthVader -idRun 1085 \n");
68    printf(" Process only RunInfo and Tracker (be verbose for tracker):\n            DarthVader -idRun 1085 -all +RUN +TRK [ --verbose ] \n");    printf(" Process only RunInfo and Tracker (be verbose for tracker):\n            DarthVader -idRun 1085 -all +RUN +TRK [ --verbose ] \n");
69    printf(" Process all and be verbose for calorimeter:\n            DarthVader -idRun 1085 +CAL [ --verbose ] \n\n");    printf(" Process all and be verbose for calorimeter:\n            DarthVader -idRun 1085 +CAL [ --verbose ] \n\n");
70      printf(" Set Tracker to work with simulated data:\n            DarthVader -idRun 1085 +TRK [ --simu ] \n\n");
71  };  };
72    
73  //  //
# Line 981  int main(int numinp, char *inps[]){ Line 982  int main(int numinp, char *inps[]){
982    if ( processFile ){    if ( processFile ){
983      processFile->cd();      processFile->cd();
984      processFile->WriteStreamerInfo();      processFile->WriteStreamerInfo();
985        if ( debug ) processFile->ls();
986      processFile->Close();      processFile->Close();
987    };    };
988    //    //

Legend:
Removed from v.1.43  
changed lines
  Added in v.1.46

  ViewVC Help
Powered by ViewVC 1.1.23