16 #include "GaudiKernel/MsgStream.h"
17 #include "GaudiKernel/SystemOfUnits.h"
43 , m_halfX(bobo.m_halfX)
44 , m_halfY(bobo.m_halfY)
45 , m_halfZ(bobo.m_halfZ)
46 , m_objectAccessor(bobo.m_objectAccessor)
63 const std::vector<const Trk::Surface*>*
68 std::vector<const Trk::Surface*>* retsf =
69 new std::vector<const Trk::Surface*>;
79 this->faceXYRectangleBounds()));
85 this->faceXYRectangleBounds()));
96 this->faceYZRectangleBounds()));
104 this->faceYZRectangleBounds()));
114 this->faceZXRectangleBounds()));
122 this->faceZXRectangleBounds()));
151 std::stringstream temp_sl;
152 temp_sl << std::setiosflags(std::ios::fixed);
153 temp_sl << std::setprecision(7);
154 temp_sl <<
"Trk::CuboidVolumeBounds: (halfX, halfY, halfZ) = ";
155 temp_sl <<
"(" << m_halfX <<
", " << m_halfY <<
", " << m_halfZ <<
")";
163 std::stringstream temp_sl;
164 temp_sl << std::setiosflags(std::ios::fixed);
165 temp_sl << std::setprecision(7);
166 temp_sl <<
"Trk::CuboidVolumeBounds: (halfX, halfY, halfZ) = ";
167 temp_sl <<
"(" << m_halfX <<
", " << m_halfY <<
", " << m_halfZ <<
")";