ATLAS Offline Software
|
#include "L1TopoAlgorithms/JetSortingAlg.h"
#include "L1TopoEvent/TOBArray.h"
#include "L1TopoEvent/JetTOBArray.h"
#include "L1TopoEvent/GenericTOB.h"
#include <algorithm>
Go to the source code of this file.
Functions | |
bool | SortByEtLargestFirst2 (TCS::GenericTOB *tob1, TCS::GenericTOB *tob2) |
bool | SortByEtSmallestFirst2 (TCS::GenericTOB *tob1, TCS::GenericTOB *tob2) |
bool SortByEtLargestFirst2 | ( | TCS::GenericTOB * | tob1, |
TCS::GenericTOB * | tob2 | ||
) |
Definition at line 16 of file JetSortingAlg.cxx.
bool SortByEtSmallestFirst2 | ( | TCS::GenericTOB * | tob1, |
TCS::GenericTOB * | tob2 | ||
) |
Definition at line 21 of file JetSortingAlg.cxx.