# | Line 21 | Line 21 | namespace mithep | |
---|---|---|
21 | class Vertex : public BaseVertex | |
22 | { | |
23 | public: | |
24 | < | Vertex() : fChi2(0), fIsValid(kFALSE), fNdof(0), fNTracks(0) {} |
24 | > | Vertex() : fChi2(0), fIsValid(kFALSE), fNdof(0), fAdaptiveNdof(0), fNTracks(0) {} |
25 | Vertex(Double_t x, Double_t y, Double_t z) : | |
26 | BaseVertex(x,y,z), fChi2(0), fIsValid(kFALSE), fNdof(0), fAdaptiveNdof(0), fNTracks(0) {} | |
27 | Vertex(Double_t x, Double_t y, Double_t z, Double_t xErr, Double_t yErr, Double_t zErr) : |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |