ATLAS Offline Software
Loading...
Searching...
No Matches
HypoJetPreds.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef TRIGHLTJETHYPO_HYPOJETPREDS_H
6#define TRIGHLTJETHYPO_HYPOJETPREDS_H
7
9
10
12 bool operator() (const HypoJetVector::value_type& l,
13 const HypoJetVector::value_type& r) const {
14 return l->pt() < r->pt();
15 }
16};
17
18
20 bool operator() (const HypoJetVector::value_type& l,
21 const HypoJetVector::value_type& r) const {
22 return l->pt() > r->pt();
23 }
24};
25
26
27#endif
int r
Definition globals.cxx:22
bool operator()(const HypoJetVector::value_type &l, const HypoJetVector::value_type &r) const
bool operator()(const HypoJetVector::value_type &l, const HypoJetVector::value_type &r) const