#include <L1Trigger/HardwareValidation/interface/DEutils.h>
Public Types | |
typedef de_trait::cand_type | cand_type |
typedef DEtrait< T > | de_trait |
Public Member Functions | |
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 |
bool | operator() (const cand_type &x, const cand_type &y) const |
Definition at line 1295 of file DEutils.h.
bool de_rank< CSCCorrelatedLCTDigiCollection_ >::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 1308 of file DEutils.h.
01308 { 01309 if (x.rank() != y.rank()) { 01310 return (x.rank() < y.rank()) ; 01311 } else if(x.isolated() != y.isolated()) { 01312 return (x.isolated())?1:0; 01313 } else if(x.rctRegion() != y.rctRegion()){ 01314 return (x.rctRegion() < y.rctRegion()); 01315 } else if(x.rctCrate() != y.rctCrate()) { 01316 return (x.rctCrate() < y.rctCrate()) ; 01317 } else if(x.rctCard() != y.rctCard()) { 01318 return (x.rctCard() < y.rctCard()) ; 01319 } else { 01320 return x.raw() < y.raw(); 01321 } 01322 }
bool de_rank< HcalTrigPrimDigiCollection >::operator() | ( | const cand_type & | x, | |
const cand_type & | y | |||
) | const [inline] |
bool de_rank< EcalTrigPrimDigiCollection >::operator() | ( | const cand_type & | x, | |
const cand_type & | y | |||
) | const [inline] |