| 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 |
}; |
}; |
| 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 |
// |
// |
| 304 |
// |
// |
| 305 |
rg->Clean(); |
rg->Clean(); |
| 306 |
// |
// |
| 307 |
|
} else { |
| 308 |
|
RET = 255; |
| 309 |
}; |
}; |
| 310 |
}; |
}; |
| 311 |
delete l; |
delete l; |
| 320 |
// |
// |
| 321 |
printf("\n"); |
printf("\n"); |
| 322 |
// |
// |
| 323 |
exit(0); |
exit(RET); |
| 324 |
} |
} |