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.30 by loizides, Thu Dec 4 07:22:57 2008 UTC vs.
Revision 1.31 by loizides, Tue Dec 9 17:47:00 2008 UTC

# Line 169 | Line 169 | namespace mithep
169        UInt_t              Ndof()            const { return fNdof; }
170        UInt_t              NHits()           const { return fHits.NBitsSet(); }
171        UInt_t              NStereoHits()     const { return StereoHits().NBitsSet(); }
172 +      EObjType            ObjType()         const { return kTrack; }      
173        Double_t            P2()              const { return P()*P(); }
174        Double_t            P()               const { return TMath::Abs(1./fQOverP); }
175        Double_t            Phi()             const { return fPhi0; }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines