18 |
|
~PrimaryVertex(){ |
19 |
|
}; |
20 |
|
|
21 |
< |
float x(){return m_x;} |
22 |
< |
float y(){return m_y;} |
23 |
< |
float z(){return m_z;} |
24 |
< |
unsigned int nTracks(){return m_nTracks;} |
25 |
< |
float chi2(){return m_chi2;} |
26 |
< |
float ndof(){return m_ndof;} |
21 |
> |
float x() const{return m_x;} |
22 |
> |
float y() const{return m_y;} |
23 |
> |
float z() const{return m_z;} |
24 |
> |
unsigned int nTracks() const{return m_nTracks;} |
25 |
> |
float chi2() const{return m_chi2;} |
26 |
> |
float ndof() const{return m_ndof;} |
27 |
|
|
28 |
|
void set_x(float x){m_x=x;} |
29 |
|
void set_y(float x){m_y=x;} |