ATLAS Offline Software
Loading...
Searching...
No Matches
TrigFTF_GNNR3_Edge::CompareLevel Struct Reference

#include <GNNR3_DataStorage.h>

Collaboration diagram for TrigFTF_GNNR3_Edge::CompareLevel:

Public Member Functions

bool operator() (const TrigFTF_GNNR3_Edge *pE1, const TrigFTF_GNNR3_Edge *pE2)

Detailed Description

Definition at line 109 of file GNNR3_DataStorage.h.

Member Function Documentation

◆ operator()()

bool TrigFTF_GNNR3_Edge::CompareLevel::operator() ( const TrigFTF_GNNR3_Edge * pE1,
const TrigFTF_GNNR3_Edge * pE2 )
inline

Definition at line 111 of file GNNR3_DataStorage.h.

111 {
112 return pE1->m_level > pE2->m_level;
113 }

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