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

#include <MuPatSegment.h>

Collaboration diagram for Muon::SortSegInfoByR:

Public Member Functions

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

Detailed Description

Definition at line 85 of file MuPatSegment.h.

Member Function Documentation

◆ operator()() [1/2]

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

Definition at line 87 of file MuPatSegment.h.

87  {
88  return c1.segment->globalPosition().perp() < c2.segment->globalPosition().perp();
89  }

◆ operator()() [2/2]

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

Definition at line 86 of file MuPatSegment.h.

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

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