33     CLHEP::Hep3Vector trans=ik->second.getTranslation();
 
   34     CLHEP::HepRotation rot=ik->second.getRotation();
 
   35     std::cout << 
"Dump DetCondKeyTrans object:" << std::endl;
 
   36     std::cout << 
"Key " << ik->first << 
" transl [" << trans.x()
 
   37           << 
"," << trans.y() << 
"," << trans.z() << 
"] rotation (" 
   38           << rot.phi() << 
"," << rot.theta() << 
"," <<  rot.psi() << 
")"