![]() |
![]() |
#include <DetectorDescription/Core/interface/CLHEPToROOTMath.h>
Public Member Functions | |
HepRotOutput () | |
void | operator() (const HepRotation &r) |
~HepRotOutput () |
Definition at line 16 of file CLHEPToROOTMath.h.
HepRotOutput::HepRotOutput | ( | ) | [inline] |
HepRotOutput::~HepRotOutput | ( | ) | [inline] |
void HepRotOutput::operator() | ( | const HepRotation & | r | ) | [inline] |
Definition at line 20 of file CLHEPToROOTMath.h.
References GenMuonPlsPt100GeV_cfg::cout, and lat::endl().
00020 { 00021 std::cout << "[ " << std::setw(12) << std::fixed << std::setprecision(5) << r.xx(); 00022 std::cout << ", " << std::setw(12) << std::fixed << std::setprecision(5) << r.xy(); 00023 std::cout << ", " << std::setw(12) << std::fixed << std::setprecision(5) << r.xz() << " ]" << std::endl; 00024 std::cout << "[ " << std::setw(12) << std::fixed << std::setprecision(5) << r.yx(); 00025 std::cout << ", " << std::setw(12) << std::fixed << std::setprecision(5) << r.yy(); 00026 std::cout << ", " << std::setw(12) << std::fixed << std::setprecision(5) << r.yz() << " ]" << std::endl; 00027 std::cout << "[ " << std::setw(12) << std::fixed << std::setprecision(5) << r.zx(); 00028 std::cout << ", " << std::setw(12) << std::fixed << std::setprecision(5) << r.zy(); 00029 std::cout << ", " << std::setw(12) << std::fixed << std::setprecision(5) << r.zz() << " ]" << std::endl; 00030 }