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

#include <SiChargedDiodeCollection.h>

Collaboration diagram for SiChargedDiodeOrderedSetCompare:

Public Member Functions

size_t operator() (const SiChargedDiode *a, const SiChargedDiode *b) const

Detailed Description

Definition at line 89 of file SiChargedDiodeCollection.h.

Member Function Documentation

◆ operator()()

size_t SiChargedDiodeOrderedSetCompare::operator() ( const SiChargedDiode * a,
const SiChargedDiode * b ) const
inline

Definition at line 91 of file SiChargedDiodeCollection.h.

93 {
94 return a->diode().word() < b->diode().word();
95 }
static Double_t a

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