# | 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 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |