12 #include "GaudiKernel/MsgStream.h"
76 if (sF <= 0. || sZ <= 0.) {
83 return sqrt(sF * sF + sZ * sZ);
90 sl << std::setiosflags(std::ios::fixed);
91 sl << std::setprecision(7);
92 sl <<
"Trk::CylinderBounds: (radius, averagePhi, halfPhiSector, halflengthInZ) = ";
93 sl <<
"(" << this->
r() <<
", " << this->averagePhi() <<
", ";
94 sl << this->halfPhiSector() <<
", " << this->halflengthZ() <<
")";
95 sl << std::setprecision(-1);
102 sl << std::setiosflags(std::ios::fixed);
103 sl << std::setprecision(7);
104 sl <<
"Trk::CylinderBounds: (radius, averagePhi, halfPhiSector, halflengthInZ) = ";
105 sl <<
"(" << this->
r() <<
", " << this->averagePhi() <<
", ";
106 sl << this->halfPhiSector() <<
", " << this->halflengthZ() <<
")";
107 sl << std::setprecision(-1);