CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions
std::hash< DetId > Struct Template Reference

Public Member Functions

size_t operator() (const DetId &id) const
 

Detailed Description

template<>
struct std::hash< DetId >

Definition at line 49 of file ReducedEGProducer.cc.

Member Function Documentation

size_t std::hash< DetId >::operator() ( const DetId id) const
inline

Definition at line 50 of file ReducedEGProducer.cc.

50  {
51  return std::hash<uint32_t>()(id.rawId());
52  }