43 Vector2D(-
get(eHalfPhiSector), -
get(eHalfLengthZ)),
44 Vector2D(
get(eHalfPhiSector),
get(eHalfLengthZ)));
50 bool checkAbsolute = bcheck.
m_type == BoundaryCheck::Type::eAbsolute;
53 double addToleranceR =
54 (checkAbsolute && m_closed) ? bcheck.
m_tolerance[0] : 0.;
55 double addToleranceZ = checkAbsolute ? bcheck.
m_tolerance[1] : 0.;
60 }
else if (checkAbsolute && m_closed) {
69 Vector2D(
get(eHalfPhiSector),
get(eHalfLengthZ)));
75 shifted(lposition),
Vector2D(-
get(eHalfPhiSector), -
get(eHalfLengthZ)),
76 Vector2D(
get(eHalfPhiSector),
get(eHalfLengthZ)));
80 sl << std::setiosflags(std::ios::fixed);
81 sl << std::setprecision(7);
82 sl <<
"Acts::CylinderBounds: (radius, halfLengthZ, halfPhiSector, "
84 sl <<
"(" <<
get(eR) <<
", " <<
get(eHalfLengthZ) <<
", ";
85 sl <<
get(eHalfPhiSector) <<
", " <<
get(eAveragePhi) <<
")";
86 sl << std::setprecision(-1);