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.3 by loizides, Thu Nov 20 17:49:15 2008 UTC vs.
Revision 1.4 by bendavid, Mon Dec 1 17:17:20 2008 UTC

# Line 26 | Line 26 | namespace mithep
26        virtual const ArrayElement  *At(UInt_t idx)                 const = 0;
27        virtual UInt_t               GetEntries()                   const = 0;
28        virtual UInt_t               GetSize()                      const = 0;
29 +      virtual Bool_t               HasObject(const ArrayElement *obj) const = 0;
30        virtual Bool_t               IsOwner()                      const = 0;
31        void                         Print(Option_t *opt="")        const;
32        virtual void                 Reset()                              = 0;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines