ATLAS Offline Software
Loading...
Searching...
No Matches
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 98 of file MuPatSegment.h.

Member Function Documentation

◆ operator()() [1/2]

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

Definition at line 100 of file MuPatSegment.h.

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

◆ operator()() [2/2]

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

Definition at line 99 of file MuPatSegment.h.

99{ return operator()(*c1, *c2); }
bool operator()(const MuPatSegment *c1, const MuPatSegment *c2)

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