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

Diff of /PadmeAmidala/src/PadmeAmidala.cpp

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

revision 1.7 by mocchiut, Wed Dec 10 13:15:58 2008 UTC revision 1.8 by mocchiut, Tue Jan 27 10:15:40 2009 UTC
# Line 283  int main(int numinp, char *inps[]){ Line 283  int main(int numinp, char *inps[]){
283    //    //
284    TList *l = 0;    TList *l = 0;
285    //    //
286      Int_t RET=0;
287      //
288    //  TString treelist="+AUTO";    //  TString treelist="+AUTO";
289    //    //
290    while ( !rg->End() ){    while ( !rg->End() ){
# Line 302  int main(int numinp, char *inps[]){ Line 304  int main(int numinp, char *inps[]){
304          //          //
305          rg->Clean();          rg->Clean();
306          //          //
307          } else {
308            RET = 255;
309        };        };
310      };      };
311      delete l;      delete l;
# Line 316  int main(int numinp, char *inps[]){ Line 320  int main(int numinp, char *inps[]){
320    //    //
321    printf("\n");    printf("\n");
322    //    //
323    exit(0);    exit(RET);
324  }  }

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

  ViewVC Help
Powered by ViewVC 1.1.23