ATLAS Offline Software
Loading...
Searching...
No Matches
ltIdHash Struct Reference

#include <CaloNeighbours.h>

Collaboration diagram for ltIdHash:

Public Member Functions

bool operator() (const IdentifierHash &id1, const IdentifierHash &id2) const

Detailed Description

Definition at line 32 of file CaloNeighbours.h.

Member Function Documentation

◆ operator()()

bool ltIdHash::operator() ( const IdentifierHash & id1,
const IdentifierHash & id2 ) const
inline

Definition at line 33 of file CaloNeighbours.h.

34 {
35 return ((unsigned int)id1) < ((unsigned int)id2);
36 }
HWIdentifier id2

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