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

Comparing UserCode/MitAna/DataTree/interface/SuperCluster.h (file contents):
Revision 1.8 by bendavid, Tue Feb 17 15:09:45 2009 UTC vs.
Revision 1.9 by loizides, Wed Feb 18 15:38:55 2009 UTC

# Line 24 | Line 24 | namespace mithep
24      public:
25        SuperCluster() : fEnergy(0), fEtaWidth(0), fPreshowerEnergy(0),
26                         fPhiWidth(0), fRawEnergy(0) {}    
27      ~SuperCluster() {}
27  
28        const BasicCluster  *Cluster(UInt_t i)       const { return fClusters.At(i); }
29        UInt_t               ClusterSize()           const { return fClusters.GetEntries(); }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines