44 Vector2D(-
get(eHalfPhiSector), -
get(eHalfLengthZ)),
45 Vector2D(
get(eHalfPhiSector),
get(eHalfLengthZ)));
51 bool checkAbsolute = bcheck.
m_type == BoundaryCheck::Type::eAbsolute;
54 double addToleranceR =
55 (checkAbsolute && m_closed) ? bcheck.
m_tolerance[0] : 0.;
56 double addToleranceZ = checkAbsolute ? bcheck.
m_tolerance[1] : 0.;
61 }
else if (checkAbsolute && m_closed) {
70 Vector2D(
get(eHalfPhiSector),
get(eHalfLengthZ)));
74 sl << std::setiosflags(std::ios::fixed);
75 sl << std::setprecision(7);
76 sl <<
"Acts::CylinderBounds: (radius, halfLengthZ, halfPhiSector, "
78 sl <<
"(" <<
get(eR) <<
", " <<
get(eHalfLengthZ) <<
", ";
79 sl <<
get(eHalfPhiSector) <<
", " <<
get(eAveragePhi) <<
")";
80 sl << std::setprecision(-1);