ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitProd/TreeFiller/src/FillMitTree.cc
(Generate patch)

Comparing UserCode/MitProd/TreeFiller/src/FillMitTree.cc (file contents):
Revision 1.3 by loizides, Thu Jun 19 16:53:43 2008 UTC vs.
Revision 1.4 by loizides, Fri Jun 20 17:52:57 2008 UTC

# Line 60 | Line 60 | void FillMitTree::beginJob(const edm::Ev
60  
61    // Loop over the various components and book the branches
62    for (std::vector<BaseFiller*>::iterator iF = fillers_.begin(); iF != fillers_.end(); ++iF) {
63 <    (*iF)->BookDataBlock(tws);
63 >    (*iF)->BookDataBlock(*tws);
64    }
65  return;
65   }
66  
67   //-------------------------------------------------------------------------------------------------

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines