ATLAS Offline Software
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 *pS1, const TrigFTF_GNN_Edge *pS2)
 

Detailed Description

Definition at line 77 of file GNN_DataStorage.h.

Member Function Documentation

◆ operator()()

bool TrigFTF_GNN_Edge::CompareLevel::operator() ( const TrigFTF_GNN_Edge pS1,
const TrigFTF_GNN_Edge pS2 
)
inline

Definition at line 79 of file GNN_DataStorage.h.

79  {
80  return pS1->m_level > pS2->m_level;
81  }

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