5#include "CalibData/Mdc/MdcAlignData.h"
13 cout<<
"\n"<<
"here is the update in the MdcCal Alignment"<<std::endl;
15 for(
int i=0;i<16;i++){
16 dxEP[i]=other1.dxEP[i];
17 dyEP[i]=other1.dyEP[i];
18 dzEP[i]=other1.dzEP[i];
19 rxEP[i]=other1.rxEP[i];
20 ryEP[i]=other1.ryEP[i];
21 rzEP[i]=other1.rzEP[i];
23 for(
int i=0;i<6796;i++){
24 dxWireEast[i]=other1.dxWireEast[i];
25 dyWireEast[i]=other1.dyWireEast[i];
26 dzWireEast[i]=other1.dzWireEast[i];
27 dxWireWest[i]=other1.dxWireWest[i];
28 dyWireWest[i]=other1.dyWireWest[i];
29 dzWireWest[i]=other1.dzWireWest[i];
30 tension[i]=other1.tension[i];
33 return StatusCode::SUCCESS;
44 for(i=0; i<7; i++) falign >> strtmp;
46 falign >> strtmp >> dxEP[i] >> dyEP[i] >> dzEP[i] >> rxEP[i] >> ryEP[i] >> rzEP[i];
52 for(i=0; i<7; i++) fwpos >> strtmp;
53 for(i=0; i<6796; i++){
54 fwpos >> strtmp >> dxWireEast[i] >> dyWireEast[i] >> dzWireEast[i]
55 >> dxWireWest[i] >> dyWireWest[i] >> dzWireWest[i];
61 for(i=0; i<6796; i++) ften >> strtmp >> tension[i];
virtual StatusCode update(CalibBase1 &obj, MsgStream *)
void readPar(char *p1, char *p2, char *p3)
virtual StatusCode update(CalibBase1 &other, MsgStream *log)