47 return (one.x() < two.x());
51 return (one.y() < two.y());
55 return (one.z() < two.z());
63 return (
phi(one) <
phi(two));
67 return (
eta(one) <
eta(two));
71 return (one.norm() < two.norm());
114 return (diffOneX * diffOneX < diffTwoX * diffTwoX);
120 return (diffOneY * diffOneY < diffTwoY * diffTwoY);
126 return (diffOneZ * diffOneZ < diffTwoZ * diffTwoZ);
132 return (diffOneR * diffOneR < diffTwoR * diffTwoR);
138 return (diffOnePhi * diffOnePhi < diffTwoPhi * diffTwoPhi);
144 return (diffOneEta * diffOneEta < diffTwoEta * diffTwoEta);
150 return (diffOne.mag2() < diffTwo.mag2());
171 std::shared_ptr<const Transform3D>
transform =
nullptr)
199 std::reference_wrapper<const GeometryContext>
m_context;