65 for (
int i = 0; i < 5; i++ )
68 m_stat[0][i] = other.m_stat[0][i];
69 m_stat[1][i] = other.m_stat[1][i];
70 m_nster[0][i] = other.m_nster[0][i];
71 m_nster[1][i] = other.m_nster[1][i];
77 m_mass[i] = other.m_mass[i];
79 m_pxy[i] = other.m_pxy[i];
80 m_px[i] = other.m_px[i];
81 m_py[i] = other.m_py[i];
82 m_pz[i] = other.m_pz[i];
83 m_p[i] = other.m_p[i];
85 m_phi[i] = other.m_phi[i];
86 m_x[i] = other.m_x[i];
87 m_y[i] = other.m_y[i];
88 m_z[i] = other.m_z[i];
89 m_r[i] = other.m_r[i];
90 m_chisq[0][i] = other.m_chisq[0][i];
91 m_chisq[1][i] = other.m_chisq[1][i];
92 m_ndf[0][i] = other.m_ndf[0][i];
93 m_ndf[1][i] = other.m_ndf[1][i];
107 for (
int i = 0; i < 5; i++ )
110 m_stat[0][i] = other.m_stat[0][i];
111 m_stat[1][i] = other.m_stat[1][i];
112 m_nster[0][i] = other.m_nster[0][i];
113 m_nster[1][i] = other.m_nster[1][i];
119 m_mass[i] = other.m_mass[i];
120 m_chisq[0][i] = other.m_chisq[0][i];
121 m_chisq[1][i] = other.m_chisq[1][i];
122 m_pxy[i] = other.m_pxy[i];
123 m_px[i] = other.m_px[i];
124 m_py[i] = other.m_py[i];
125 m_pz[i] = other.m_pz[i];
126 m_p[i] = other.m_p[i];
128 m_phi[i] = other.m_phi[i];
129 m_x[i] = other.m_x[i];
130 m_y[i] = other.m_y[i];
131 m_z[i] = other.m_z[i];
132 m_r[i] = other.m_r[i];
134 m_ndf[0][i] = other.m_ndf[0][i];
135 m_ndf[1][i] = other.m_ndf[1][i];