5 #ifndef CALOTOPOTMPHASHCELLSORT_H
6 #define CALOTOPOTMPHASHCELLSORT_H
35 return c1.getCaloTopoTmpClusterCell()->getSignedRatio() >
c2.getCaloTopoTmpClusterCell()->getSignedRatio();
49 return std::abs(
c1.getCaloTopoTmpClusterCell()->getSignedRatio()) > std::abs(
c2.getCaloTopoTmpClusterCell()->getSignedRatio());
64 const auto s1 =
c1.getCaloTopoTmpClusterCell()->getSignedRatio();
65 const auto s2 =
c2.getCaloTopoTmpClusterCell()->getSignedRatio();
67 return c1.getCaloTopoTmpClusterCell()->getID() >
c2.getCaloTopoTmpClusterCell()->getID();
83 const auto s1 = std::abs(
c1.getCaloTopoTmpClusterCell()->getSignedRatio());
84 const auto s2 = std::abs(
c2.getCaloTopoTmpClusterCell()->getSignedRatio());
86 return c1.getCaloTopoTmpClusterCell()->getID() >
c2.getCaloTopoTmpClusterCell()->getID();
93 #endif // CALOTOPOTMPHASHCELLSORT_H