--- order candidates --- More...
#include <DEutils.h>
Public Types | |
typedef de_trait::cand_type | cand_type |
typedef DEtrait< T > | de_trait |
Public Member Functions | |
bool | operator() (const cand_type &x, const cand_type &y) const |
template<> | |
bool | operator() (const cand_type &x, const cand_type &y) const |
template<> | |
bool | operator() (const cand_type &x, const cand_type &y) const |
template<> | |
bool | operator() (const cand_type &x, const cand_type &y) const |
template<> | |
bool | operator() (const cand_type &x, const cand_type &y) const |
template<> | |
bool | operator() (const cand_type &x, const cand_type &y) const |
template<> | |
bool | operator() (const cand_type &x, const cand_type &y) const |
template<> | |
bool | operator() (const cand_type &x, const cand_type &y) const |
template<> | |
bool | operator() (const cand_type &x, const cand_type &y) const |
template<> | |
bool | operator() (const cand_type &x, const cand_type &y) const |
template<> | |
bool | operator() (const cand_type &x, const cand_type &y) const |
template<> | |
bool | operator() (const cand_type &x, const cand_type &y) const |
--- order candidates ---
Reimplemented from DEutils< T >.
Reimplemented from DEutils< T >.
BoundDiskSector * ForwardDiskSectorBuilderFromWedges::operator() | ( | const cand_type & | x, |
const cand_type & | y | ||
) | const [inline] |
bool de_rank< L1MuGMTCandCollection >::operator() | ( | const cand_type & | x, |
const cand_type & | y | ||
) | const [inline] |
bool de_rank< L1MuRegionalCandCollection >::operator() | ( | const cand_type & | x, |
const cand_type & | y | ||
) | const [inline] |
bool de_rank< L1MuDTChambThDigiCollection >::operator() | ( | const cand_type & | x, |
const cand_type & | y | ||
) | const [inline] |
bool de_rank< L1MuDTChambPhDigiCollection >::operator() | ( | const cand_type & | x, |
const cand_type & | y | ||
) | const [inline] |
bool de_rank< L1GctJetCandCollection >::operator() | ( | const cand_type & | x, |
const cand_type & | y | ||
) | const [inline] |
bool de_rank< L1GctEmCandCollection >::operator() | ( | const cand_type & | x, |
const cand_type & | y | ||
) | const [inline] |
bool de_rank< L1CaloRegionCollection >::operator() | ( | const cand_type & | x, |
const cand_type & | y | ||
) | const [inline] |
bool de_rank< L1CaloEmCollection >::operator() | ( | const cand_type & | x, |
const cand_type & | y | ||
) | const [inline] |
Definition at line 1528 of file DEutils.h.
References x, and detailsBasic3DVector::y.
{ if (x.rank() != y.rank()) { return (x.rank() < y.rank()) ; } else if(x.isolated() != y.isolated()) { return (x.isolated())?1:0; } else if(x.rctRegion() != y.rctRegion()){ return (x.rctRegion() < y.rctRegion()); } else if(x.rctCrate() != y.rctCrate()) { return (x.rctCrate() < y.rctCrate()) ; } else if(x.rctCard() != y.rctCard()) { return (x.rctCard() < y.rctCard()) ; } else { return x.raw() < y.raw(); } }
bool de_rank< HcalTrigPrimDigiCollection >::operator() | ( | const cand_type & | x, |
const cand_type & | y | ||
) | const [inline] |