ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitAna/DataCont/interface/Collection.h
(Generate patch)

Comparing UserCode/MitAna/DataCont/interface/Collection.h (file contents):
Revision 1.4 by bendavid, Mon Dec 1 17:17:20 2008 UTC vs.
Revision 1.5 by loizides, Mon Dec 8 15:26:23 2008 UTC

# Line 42 | Line 42 | namespace mithep
42  
43   //--------------------------------------------------------------------------------------------------
44   template<class ArrayElement>
45 < void mithep::Collection<ArrayElement>::Print(Option_t *opt) const
45 > void mithep::Collection<ArrayElement>::Print(Option_t */*opt*/) const
46   {
47    printf("%s: Contains %d (out of %d) objs\n",
48           GetName(), GetEntries(), GetSize());

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines