546 |
// |
// |
547 |
// loop over all keys in this directory |
// loop over all keys in this directory |
548 |
// |
// |
549 |
TChain *globChain = 0; |
TChain *globChain = 0; |
550 |
TIter nextkey( current_sourcedir->GetListOfKeys() ); |
TIter nextkey( current_sourcedir->GetListOfKeys() ); |
551 |
TKey *key = 0; |
TKey *key = 0; |
552 |
TKey *oldkey = 0; |
TKey *oldkey = 0; |
611 |
// |
// |
612 |
globChain = new TChain(obj_name); |
globChain = new TChain(obj_name); |
613 |
// |
// |
614 |
|
globChain->SetCacheSize(0); |
615 |
|
// |
616 |
globChain->Add(first_source->GetName()); |
globChain->Add(first_source->GetName()); |
617 |
// |
// |
618 |
TFile *nextsource = (TFile*)sourcelist->After( first_source ); |
TFile *nextsource = (TFile*)sourcelist->After( first_source ); |