5#include "CalibData/Mdc/MdcDataConst.h"
13 cout<<
"\n"<<
"here is the update in the MdcDataConst in calibration"<<std::endl;
15 for(
int i=0;i<NMDCWIRE;i++){
16 wireEff[i]=other1.wireEff[i];
19 return StatusCode::SUCCESS;
24 istringstream fWireEff;
25 string aa1 = wireEffPointer;
30 fWireEff >> tempString >> tempString >> tempString >> tempString;
33 string tempLayer,tempCell;
36 for(
int i=0; i<NMDCWIRE; i++){
37 fWireEff >> tempGlobalWire >> tempLayer >> tempCell >> tempWireEff;
38 wireEff[tempGlobalWire] = tempWireEff;
virtual StatusCode update(CalibBase1 &obj, MsgStream *)
virtual StatusCode update(CalibBase1 &other, MsgStream *log)