ATLAS Offline Software
Public Member Functions | List of all members
LArCellMonTool::idHasher Struct Reference
Collaboration diagram for LArCellMonTool::idHasher:

Public Member Functions

std::size_t operator() (const Identifier &id) const
 

Detailed Description

Definition at line 312 of file LArCellMonTool.h.

Member Function Documentation

◆ operator()()

std::size_t LArCellMonTool::idHasher::operator() ( const Identifier id) const
inline

Definition at line 313 of file LArCellMonTool.h.

313  {
314  return std::hash<Identifier::value_type>{}(id.get_compact());
315  }

The documentation for this struct was generated from the following file: