11#include "GaudiKernel/MsgStream.h"
17 ls << std::setiosflags(std::ios::fixed) << std::setprecision(3);
19 ls <<
"(angleXZ, angleYZ) = ";
21 ls <<
"," << lom.
angleYZ() <<
")";
22 ls << std::setprecision(-1);
28 ls << std::setiosflags(std::ios::fixed) << std::setprecision(3);
30 ls <<
"(angleXZ, angleYZ) = ";
32 ls <<
"," << lom.
angleYZ() <<
")";
33 ls << std::setprecision(-1);
represents the three-dimensional global direction with respect to a planar surface frame.
double angleXZ() const
access method for angle of local XZ projection
double angleYZ() const
access method for angle of local YZ projection
MsgStream & operator<<(MsgStream &sl, const AlignModule &alignModule)
overload of << operator for MsgStream for debug output