12 std::cout<<
"========================================"<<
"\n"
13 <<
"here is the update in the EsTimeCalibData"<<
"\n"
14 <<
"=================================================="<<std::endl;
17 if(m_TestCalibConst)
delete m_TestCalibConst;
18 m_TestCalibConst =
new vector<double>(*other1.m_TestCalibConst);
19 m_toffsetb = other1.m_toffsetb;
20 m_toffsete = other1.m_toffsete;
21 m_bunchtime = other1.m_bunchtime;
22 return StatusCode::SUCCESS;