10 constexpr double z_match_tol = 0.00001;
16 if (std::abs(pos.z() -
zPos) > z_match_tol)
return false;
26 if (std::abs(pos.perp() -
radius) > z_match_tol)
return false;
bool inBounds(const Amg::Vector3D &pos, double tolerance=0.) const
bool inBounds(const Amg::Vector3D &pos, double tolerance=0.) const
Eigen::Matrix< double, 3, 1 > Vector3D
CscCalcPed - algorithm that finds the Cathode Strip Chamber pedestals from an RDO.