ATLAS Offline Software
Loading...
Searching...
No Matches
JetSort.cxx File Reference
#include "L1TopoAlgorithms/JetSort.h"
#include "L1TopoEvent/TOBArray.h"
#include "L1TopoEvent/JetTOBArray.h"
#include "L1TopoEvent/GenericTOB.h"
#include <algorithm>
Include dependency graph for JetSort.cxx:

Go to the source code of this file.

Functions

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

Function Documentation

◆ SortByEtLargest2()

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

Definition at line 17 of file JetSort.cxx.

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