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

#include <GNN_DataStorage.h>

Collaboration diagram for TrigFTF_GNN_Edge::CompareLevel:

Public Member Functions

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

Detailed Description

Definition at line 111 of file GNN_DataStorage.h.

Member Function Documentation

◆ operator()()

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

Definition at line 113 of file GNN_DataStorage.h.

113 {
114 return pE1->m_level > pE2->m_level;
115 }

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