ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitAna/DataUtil/src/TreeWriter.cc
(Generate patch)

Comparing UserCode/MitAna/DataUtil/src/TreeWriter.cc (file contents):
Revision 1.5 by loizides, Tue Jun 17 08:22:41 2008 UTC vs.
Revision 1.6 by loizides, Tue Jun 24 14:05:03 2008 UTC

# Line 284 | Line 284 | Bool_t TreeWriter::EndEvent(Bool_t dores
284   //-------------------------------------------------------------------------------------------------
285   Long64_t TreeWriter::GetEntries(const char *tn) const
286   {
287 <  //
287 >  // Return entries of tree with given name. If no tree is given, return sum of entries
288 >  // of all trees.
289  
290     if (fTrees.GetEntries()==0) return -1;
291  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines