Loading [MathJax]/extensions/tex2jax.js
ATLAS Offline Software
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
Public Member Functions | List of all members
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 109 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 111 of file GNN_DataStorage.h.

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

The documentation for this struct was generated from the following file:
TrigFTF_GNN_Edge::m_level
signed char m_level
Definition: GNN_DataStorage.h:128