50 return (one.x() < two.x());
54 return (one.y() < two.y());
58 return (one.z() < two.z());
66 return (
phi(one) <
phi(two));
70 return (
eta(one) <
eta(two));
74 return (one.norm() < two.norm());
119 return (diffOneX * diffOneX < diffTwoX * diffTwoX);
125 return (diffOneY * diffOneY < diffTwoY * diffTwoY);
131 return (diffOneZ * diffOneZ < diffTwoZ * diffTwoZ);
137 return (diffOneR * diffOneR < diffTwoR * diffTwoR);
143 return (diffOnePhi * diffOnePhi < diffTwoPhi * diffTwoPhi);
149 return (diffOneEta * diffOneEta < diffTwoEta * diffTwoEta);
155 return (diffOne.mag2() < diffTwo.mag2());
178 std::shared_ptr<const Transform3D>
transform =
nullptr)
206 std::reference_wrapper<const GeometryContext>
m_context;