ATLAS Offline Software
Loading...
Searching...
No Matches
ClusterSort.cxx File Reference
Include dependency graph for ClusterSort.cxx:

Go to the source code of this file.

Functions

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

Function Documentation

◆ SortByEtLargest()

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

Definition at line 17 of file ClusterSort.cxx.

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