--- DarthVader/RunInfo/src/RunInfo.cpp 2006/09/05 14:49:46 1.10 +++ DarthVader/RunInfo/src/RunInfo.cpp 2006/10/24 07:28:37 1.11 @@ -102,22 +102,17 @@ TChain *Tout=0; // TChain *RI = 0; - TChain *SI = 0; - RI = new TChain("RunInfo"); - SI = new TChain("SoftInfo"); + RI = new TChain("Run"); // loop over files and create chains TIter next(fl); TSystemFile *questo = 0; while ( (questo = (TSystemFile*) next()) ) { TString name = questo->GetName(); RI->Add(name); - SI->Add(name); }; // - RI->SetBranchAddress("RunInfo", GetPointerToRI()); + RI->SetBranchAddress("Run", GetPointerToRI()); Tout = RI; - SI->SetBranchAddress("SoftInfo", GetPointerToSI()); - Tout->AddFriend("SoftInfo"); // return Tout; //