ATLAS Offline Software
Functions
gLJetSort.cxx File Reference
#include "L1TopoAlgorithms/gLJetSort.h"
#include "L1TopoEvent/TOBArray.h"
#include "L1TopoEvent/gLJetTOBArray.h"
#include "L1TopoEvent/GenericTOB.h"
#include <algorithm>
Include dependency graph for gLJetSort.cxx:

Go to the source code of this file.

Functions

bool SortByEtLargestgLJet (TCS::GenericTOB *tob1, TCS::GenericTOB *tob2)
 

Function Documentation

◆ SortByEtLargestgLJet()

bool SortByEtLargestgLJet ( TCS::GenericTOB tob1,
TCS::GenericTOB tob2 
)

Definition at line 16 of file gLJetSort.cxx.

17 {
18  return tob1->Et() > tob2->Et();
19 }
TCS::GenericTOB::Et
unsigned int Et() const
Definition: GenericTOB.h:113