13 <<
"here is the update in the MdcCal Alignment" << std::endl;
15 for (
int i = 0; i < 16; i++ )
17 dxEP[i] = other1.dxEP[i];
18 dyEP[i] = other1.dyEP[i];
19 dzEP[i] = other1.dzEP[i];
20 rxEP[i] = other1.rxEP[i];
21 ryEP[i] = other1.ryEP[i];
22 rzEP[i] = other1.rzEP[i];
24 for (
int i = 0; i < 6796; i++ )
26 dxWireEast[i] = other1.dxWireEast[i];
27 dyWireEast[i] = other1.dyWireEast[i];
28 dzWireEast[i] = other1.dzWireEast[i];
29 dxWireWest[i] = other1.dxWireWest[i];
30 dyWireWest[i] = other1.dyWireWest[i];
31 dzWireWest[i] = other1.dzWireWest[i];
32 tension[i] = other1.tension[i];
35 return StatusCode::SUCCESS;
45 for ( i = 0; i < 7; i++ ) falign >> strtmp;
46 for ( i = 0; i < 16; i++ )
47 { 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++ )
55 fwpos >> strtmp >> dxWireEast[i] >> dyWireEast[i] >> dzWireEast[i] >> dxWireWest[i] >>
56 dyWireWest[i] >> dzWireWest[i];
62 for ( i = 0; i < 6796; i++ ) ften >> strtmp >> tension[i];