CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions
TrackAnalyzer::KeyHasher Struct Reference

Public Member Functions

std::size_t operator() (const Key &k) const
 

Detailed Description

Definition at line 376 of file TrackAnalyzer.h.

Member Function Documentation

std::size_t TrackAnalyzer::KeyHasher::operator() ( const Key k) const
inline

Definition at line 377 of file TrackAnalyzer.h.

References TrackAnalyzer::Key::det, and TrackAnalyzer::Key::subdet.

377  {
378  return k.det*100+k.subdet;
379  }