#include <CLHEPToROOTMath.h>
Definition at line 62 of file CLHEPToROOTMath.h.
DDRotOutput::DDRotOutput |
( |
| ) |
|
|
inline |
DDRotOutput::~DDRotOutput |
( |
| ) |
|
|
inline |
Definition at line 66 of file CLHEPToROOTMath.h.
References gather_cfg::cout, and create_public_lumi_plots::xy.
67 double xx,
xy, xz, yx, yy, yz, zx, zy, zz;
68 r.GetComponents(xx, xy, xz, yx, yy, yz, zx, zy, zz);
69 std::cout <<
"[ " << std::setw(12) << std::fixed << std::setprecision(5) << xx;
70 std::cout <<
", " << std::setw(12) << std::fixed << std::setprecision(5) <<
xy;
71 std::cout <<
", " << std::setw(12) << std::fixed << std::setprecision(5) << xz <<
" ]" << std::endl;
72 std::cout <<
"[ " << std::setw(12) << std::fixed << std::setprecision(5) << yx;
73 std::cout <<
", " << std::setw(12) << std::fixed << std::setprecision(5) << yy;
74 std::cout <<
", " << std::setw(12) << std::fixed << std::setprecision(5) << yz <<
" ]" << std::endl;
75 std::cout <<
"[ " << std::setw(12) << std::fixed << std::setprecision(5) << zx;
76 std::cout <<
", " << std::setw(12) << std::fixed << std::setprecision(5) << zy;
77 std::cout <<
", " << std::setw(12) << std::fixed << std::setprecision(5) << zz <<
" ]"<< std::endl;