ATLAS Offline Software
Public Member Functions | List of all members
Muon::SortSegInfoByQuality Struct Reference

#include <MuPatSegment.h>

Collaboration diagram for Muon::SortSegInfoByQuality:

Public Member Functions

bool operator() (const MuPatSegment *c1, const MuPatSegment *c2)
 
bool operator() (const MuPatSegment &c1, const MuPatSegment &c2)
 

Detailed Description

Definition at line 97 of file MuPatSegment.h.

Member Function Documentation

◆ operator()() [1/2]

bool Muon::SortSegInfoByQuality::operator() ( const MuPatSegment c1,
const MuPatSegment c2 
)
inline

Definition at line 99 of file MuPatSegment.h.

99 { return c1.quality > c2.quality; }

◆ operator()() [2/2]

bool Muon::SortSegInfoByQuality::operator() ( const MuPatSegment c1,
const MuPatSegment c2 
)
inline

Definition at line 98 of file MuPatSegment.h.

98 { return operator()(*c1, *c2); }

The documentation for this struct was generated from the following file:
extractSporadic.c1
c1
Definition: extractSporadic.py:134
Muon::SortSegInfoByQuality::operator()
bool operator()(const MuPatSegment *c1, const MuPatSegment *c2)
Definition: MuPatSegment.h:98
compileRPVLLRates.c2
c2
Definition: compileRPVLLRates.py:361