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

Comparing UserCode/MitAna/DataTree/interface/Track.h (file contents):
Revision 1.20 by bendavid, Tue Sep 30 12:49:36 2008 UTC vs.
Revision 1.21 by sixie, Sat Oct 4 16:55:19 2008 UTC

# Line 140 | Line 140 | namespace mithep
140        Double_t           DxyErr()         const { return fDxyErr; }
141        Double_t           E(Double_t m)    const { return TMath::Sqrt(E2(m)); }
142        Double_t           E2(Double_t m)   const { return P2()+m*m; }
143 +      Double_t           Eta()            const { return Mom().Eta(); }
144        Bool_t             Hit(EHitLayer l) const { return fHits.TestBit(l); }
145        Double_t           Lambda()         const { return fLambda; }
146        Double_t           LambdaErr()      const { return fLambdaErr; }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines