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.1 by loizides, Mon Jun 30 11:30:27 2008 UTC vs.
Revision 1.2 by loizides, Mon Jun 30 16:54:40 2008 UTC

# Line 18 | Line 18 | namespace mithep
18    class Vertex : public DataObject
19    {
20      public:
21 <      Vertex() {}
21 >      Vertex() : fPoint(0,0,0) {}
22        Vertex(Double_t x, Double_t y, Double_t z) : fPoint(x,y,z) {}
23        ~Vertex() {}
24        

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines