| 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"; |
// TString treelist="+AUTO"; |
| 287 |
// |
// |
| 288 |
while ( !rg->End() ){ |
while ( !rg->End() ){ |
| 289 |
// |
// |