ATLAS Offline Software
Public Member Functions | List of all members
Muon::MuonTruthSummaryTool::IdentifierHash Struct Reference

#include <MuonTruthSummaryTool.h>

Collaboration diagram for Muon::MuonTruthSummaryTool::IdentifierHash:

Public Member Functions

size_t operator() (const Identifier &id) const
 

Detailed Description

Definition at line 74 of file MuonTruthSummaryTool.h.

Member Function Documentation

◆ operator()()

size_t Muon::MuonTruthSummaryTool::IdentifierHash::operator() ( const Identifier id) const
inline

Definition at line 75 of file MuonTruthSummaryTool.h.

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

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