ATLAS Offline Software
Loading...
Searching...
No Matches
DescendingEt Struct Reference
Collaboration diagram for DescendingEt:

Public Member Functions

bool operator() (const xAOD::Photon *l, const xAOD::Photon *r) const
bool operator() (const xAOD::Jet *l, const xAOD::Jet *r) const

Detailed Description

Definition at line 15 of file TrigEgammaTLAPhotonReAlgo.cxx.

Member Function Documentation

◆ operator()() [1/2]

bool DescendingEt::operator() ( const xAOD::Jet * l,
const xAOD::Jet * r ) const
inline

Definition at line 74 of file TrigAFPDijetComboHypoTool.cxx.

74 {
75 return l->p4().Et() > r->p4().Et();
76 }
int r
Definition globals.cxx:22
l
Printing final latex table to .tex output file.

◆ operator()() [2/2]

bool DescendingEt::operator() ( const xAOD::Photon * l,
const xAOD::Photon * r ) const
inline

Definition at line 17 of file TrigEgammaTLAPhotonReAlgo.cxx.

17 {
18 return l->p4().Et() > r->p4().Et();
19 }

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