|
ATLAS Offline Software
|
Go to the documentation of this file.
18 return tob1->Et() > tob2->Et();
23 return tob1->
Et() < tob2->
Et();
55 if (
parType_t(std::abs((*cl)-> eta())) < parameter(
"MinEta").
value())
continue;
56 if (
parType_t(std::abs((*cl)-> eta())) > parameter(
"MaxEta").
value())
continue;
61 int reverseOrder = parameter(
"ReverseOrder").value();
69 int par = parameter(
"NumberOfJets").value();
70 unsigned int maxNumberOfJets = std::clamp(
par, 0, std::abs(
par));
71 if(maxNumberOfJets>0) {
72 while(
output.size()> maxNumberOfJets ) {
data_t::const_iterator const_iterator
bool SortByEtSmallestFirst2(TCS::GenericTOB *tob1, TCS::GenericTOB *tob2)
bool SortByEtLargestFirst2(TCS::GenericTOB *tob1, TCS::GenericTOB *tob2)
void defineParameter(const std::string &name, TCS::parType_t value)
virtual TCS::StatusCode sort(const InputTOBArray &input, TOBArray &output)
#define REGISTER_ALG_TCS(CLASS)
JetSortingAlg(const std::string &name)
setBGCode setTAP setLVL2ErrorBits bool
cl
print [x.__class__ for x in toList(dqregion.getSubRegions()) ]
JetTOB::JetSize m_jetsize