# | Line 83 | Line 83 | namespace mithep { | |
---|---|---|
83 | Bool_t IsInitMvaM() const { return fIsInitMvaM; } | |
84 | Bool_t IsInitMvaP() const { return fIsInitMvaP; } | |
85 | ||
86 | < | static Double_t DeltaMassVtx(Double_t x1, Double_t y1, Double_t z1, |
87 | < | Double_t x2, Double_t y2, Double_t z2, |
86 | > | static Double_t DeltaMassVtx(Double_t xp1, Double_t yp1, Double_t zp1, |
87 | > | Double_t xp2, Double_t yp2, Double_t zp2, |
88 | > | Double_t xv, Double_t yv, Double_t zv, |
89 | Double_t dz); | |
90 | ||
91 | private: |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |