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.20 by bendavid, Sun Sep 19 18:26:41 2010 UTC vs.
Revision 1.21 by bendavid, Mon Sep 20 12:09:15 2010 UTC

# Line 37 | Line 37 | namespace mithep
37        Double_t               Eta()                   const { return fPoint.Eta();                  }
38        Double_t               AbsEta()                const { return TMath::Abs(Eta());             }
39        Double_t               EtaWidth()              const { return fEtaWidth;                     }
40 +      Bool_t                 HasSeed()               const { return fSeedRef.IsValid();            }
41        Bool_t                 HasTower(const CaloTower *t) const { return fCaloTowers.HasObject(t); }
42        Double_t               HcalDepth1Energy()      const { return fHcalDepth1Energy;             }
43        Double_t               HcalDepth2Energy()      const { return fHcalDepth2Energy;             }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines