Public Member Functions | |
std::size_t | operator() (const TransientTrackingRecHit *hit) const |
Definition at line 21 of file TrajectoryCleanerBySharedHits.cc.
std::size_t HashByDetId::operator() | ( | const TransientTrackingRecHit * | hit | ) | const [inline] |
Definition at line 22 of file TrajectoryCleanerBySharedHits.cc.
References TrackingRecHit::geographicalId(), and DetId::rawId().
{ boost::hash<uint32_t> hasher; return hasher(hit->geographicalId().rawId()); }