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

Comparing UserCode/MitAna/DataCont/interface/FastArrayBasic.h (file contents):
Revision 1.5 by bendavid, Tue Mar 3 18:01:34 2009 UTC vs.
Revision 1.6 by loizides, Fri Mar 6 13:52:54 2009 UTC

# Line 41 | Line 41 | namespace mithep
41        const ArrayElement        At(UInt_t idx)                     const;
42        void                      Clear(Option_t */*opt*/="")              { fSize=0; Init(0);    }
43        UInt_t                    Entries()                          const { return fSize;        }
44 <      UInt_t                    GetEntries()                       const { return Entries();    }
44 >      UInt_t                    GetEntries()                       const { return fSize;        }
45        UInt_t                    GetSize()                          const { return fCapacity;    }
46        Bool_t                    IsOwner()                          const { return kTRUE;        }
47        TObject                  *ObjAt(UInt_t /*idx*/)                    { return 0;            }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines