# | Line 25 | Line 25 | class PrimaryVertex{ | |
---|---|---|
25 | float chi2() const{return m_chi2;} | |
26 | float ndof() const{return m_ndof;} | |
27 | ||
28 | + | float rho() const{return sqrt(m_x*m_x+m_y*m_y);} |
29 | + | |
30 | void set_x(float x){m_x=x;} | |
31 | void set_y(float x){m_y=x;} | |
32 | void set_z(float x){m_z=x;} |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |