11#include "CgemRecEvent/RecCgemDedx.h"
18 for(
int i=0; i<5; i++) {
20 m_sigma_dedx[i] = 0.0;
28 m_dedx_hit=recdedx.m_dedx_hit;
29 m_dedx_esat =recdedx.m_dedx_esat;
30 m_dedx_norun =recdedx.m_dedx_norun;
31 m_dedx_momentum =recdedx.m_dedx_momentum;
32 for(
int i=0; i<5; i++) {
33 m_dedx_exp[i] = recdedx.m_dedx_exp[i];
34 m_sigma_dedx[i] = recdedx.m_sigma_dedx[i];
35 m_pid_prob[i] = recdedx.m_pid_prob[i];
47 for(
int i=0; i<5; i++) {
49 m_sigma_dedx[i] = 0.0;
57 if( &recdedx !=
this ){
58 DstCgemDedx::operator=(recdedx);
59 m_dedx_hit=recdedx.m_dedx_hit;
60 m_dedx_esat =recdedx.m_dedx_esat;
61 m_dedx_norun =recdedx.m_dedx_norun;
62 m_dedx_momentum =recdedx.m_dedx_momentum;
63 for(
int i=0; i<5; i++) {
64 m_dedx_exp[i] = recdedx.m_dedx_exp[i];
65 m_sigma_dedx[i] = recdedx.m_sigma_dedx[i];
66 m_pid_prob[i] = recdedx.m_pid_prob[i];
74 if( &dstdedx !=
this ){
75 DstCgemDedx::operator=(dstdedx);
80 for(
int i=0; i<5; i++) {
RecCgemDedx & operator=(const RecCgemDedx &)