|
ATLAS Offline Software
|
Go to the documentation of this file.
21 template <
class T,
class C = std::less<T> >
class LookUpTable {
49 return std::make_pair(*(
it - 2), *(
it - 1));
51 return std::make_pair(*
it, *(
it + 1));
53 return std::make_pair(*(
it - 1), *
it);
74 return std::make_pair(*(
it - 2), *(
it - 1));
76 return std::make_pair(*
it, *(
it + 1));
78 return std::make_pair(*(
it - 1), *
it);
JetConstituentVector::iterator iterator
vec_type::const_iterator vec_type_cit
char data[hepevt_bytes_allocation_ATLAS]
void setData(const vec_type &data)
pair_type find(const val_type &val) const
vec_type_cit lowerBound(const val_type &val)
pair_type find(const val_type &val, const CC &c) const
std::pair< val_type, val_type > pair_type
vec_type_cit begin() const
std::vector< val_type > vec_type
const vec_type & getData() const
vec_type::iterator vec_type_it