ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitPhysics/Utils/interface/VertexTools.h
(Generate patch)

Comparing UserCode/MitPhysics/Utils/interface/VertexTools.h (file contents):
Revision 1.6 by bendavid, Fri Nov 18 00:07:16 2011 UTC vs.
Revision 1.7 by bendavid, Thu Mar 22 16:25:19 2012 UTC

# 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:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines