10#include "CLHEP/Vector/defs.h"
11#include "CLHEP/Vector/Rotation.h"
20 std::setw(11) << std::setprecision(6) <<
xx() <<
" " <<
21 std::setw(11) << std::setprecision(6) <<
xy() <<
" " <<
22 std::setw(11) << std::setprecision(6) <<
xz() <<
")\n"
24 std::setw(11) << std::setprecision(6) <<
yx() <<
" " <<
25 std::setw(11) << std::setprecision(6) <<
yy() <<
" " <<
26 std::setw(11) << std::setprecision(6) <<
yz() <<
")\n"
28 std::setw(11) << std::setprecision(6) <<
zx() <<
" " <<
29 std::setw(11) << std::setprecision(6) <<
zy() <<
" " <<
30 std::setw(11) << std::setprecision(6) <<
zz() <<
") ]\n";
std::ostream & print(std::ostream &os) const