/[PAMELA software]/PadmeAmidala/src/RunGlue.cpp
ViewVC logotype

Diff of /PadmeAmidala/src/RunGlue.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.5 by mocchiut, Tue Jan 9 10:19:54 2007 UTC revision 1.6 by mocchiut, Wed Jan 24 16:24:51 2007 UTC
# Line 546  void RunGlue::MergeRootfile(TList *sourc Line 546  void RunGlue::MergeRootfile(TList *sourc
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;
# Line 611  void RunGlue::MergeRootfile(TList *sourc Line 611  void RunGlue::MergeRootfile(TList *sourc
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 );

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

  ViewVC Help
Powered by ViewVC 1.1.23