26 #ifndef GFABSRECOHITCOMPARATOR_H
27 #define GFABSRECOHITCOMPARATOR_H
37 bool operator() (
const std::pair<unsigned int, GFAbsRecoHit*> lhs,
38 const std::pair<unsigned int, GFAbsRecoHit*> rhs)
const {
39 return lhs.second->getRho() < rhs.second->getRho();