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.19 by bendavid, Mon Sep 22 10:39:54 2008 UTC vs.
Revision 1.20 by bendavid, Tue Sep 30 12:49:36 2008 UTC

# Line 130 | Line 130 | namespace mithep
130  
131        Int_t              Charge()         const { return (fQOverP>0) ? 1 : -1; }
132        Double_t           Chi2()           const { return fChi2; }
133 +      Double_t           RChi2()          const { return fChi2/(Double_t)fNdof; }
134        void               ClearHit(EHitLayer l)  { fHits.ClearBit(l); }
135        Double_t           D0()             const { return -fDxy; }
136        Double_t           D0Err()          const { return fDxyErr; }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines