# | Line 22 | Line 22 | namespace mitedm | |
---|---|---|
22 | MvfInterface(mithep::MultiVertexFitter *fitter); | |
23 | ~MvfInterface() {} | |
24 | ||
25 | < | bool addTrack(const reco::Track *trk, const int id, const float mass, |
26 | < | mithep::MultiVertexFitter::vertexNumber jv); |
25 | > | bool addTrack(const reco::Track *trk, const int id, const float mass, |
26 | > | mithep::MultiVertexFitter::vertexNumber jv); |
27 | ||
28 | mithep::MultiVertexFitter *fitter() { return mvf_;} | |
29 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |