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

Comparing UserCode/MitAna/DataTree/interface/Vertex.h (file contents):
Revision 1.2 by loizides, Mon Jun 30 16:54:40 2008 UTC vs.
Revision 1.3 by bendavid, Mon Jul 7 15:32:28 2008 UTC

# Line 22 | Line 22 | namespace mithep
22        Vertex(Double_t x, Double_t y, Double_t z) : fPoint(x,y,z) {}
23        ~Vertex() {}
24        
25 +      Double_t          Phi()   const { return fPoint.Phi(); }
26        Double_t          Rho()   const { return fPoint.Rho(); }
27        void              SetXYZ(Double_t x, Double_t y, Double_t z) { fPoint.SetXYZ(x,y,z); }
28        Double_t          X()     const { return fPoint.X();   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines