/[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.3 by mocchiut, Tue Jan 9 10:19:53 2007 UTC revision 1.8 by mocchiut, Tue Jan 27 10:15:40 2009 UTC
# Line 198  int main(int numinp, char *inps[]){ Line 198  int main(int numinp, char *inps[]){
198        if ( !strcmp(inps[i],"+all") || !strcmp(inps[i],"+ALL") ) {        if ( !strcmp(inps[i],"+all") || !strcmp(inps[i],"+ALL") ) {
199          dectlist +=" +ALL";                dectlist +=" +ALL";      
200        };        };
201          if ( !strcmp(inps[i],"+auto") || !strcmp(inps[i],"+AUTO") ) {
202            dectlist +=" +AUTO";      
203          };
204        if ( !strcmp(inps[i],"+CAL") ) {        if ( !strcmp(inps[i],"+CAL") ) {
205          dectlist +=" +CAL";          dectlist +=" +CAL";
206        };        };
# Line 280  int main(int numinp, char *inps[]){ Line 283  int main(int numinp, char *inps[]){
283    //    //
284    TList *l = 0;    TList *l = 0;
285    //    //
286    TString treelist="+ALL";    Int_t RET=0;
287      //
288      //  TString treelist="+AUTO";
289    //    //
290    while ( !rg->End() ){    while ( !rg->End() ){
291      //      //
# Line 299  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 313  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.3  
changed lines
  Added in v.1.8

  ViewVC Help
Powered by ViewVC 1.1.23