Main Page
Namespaces
Classes
Package Documentation
DataFormats
EcalRecHit
interface
EcalRecHitComparison.h
Go to the documentation of this file.
1
#ifndef EcalRecHitComparison_H
2
#define EcalRecHitComparison_H
3
4
#include "
DataFormats/EcalRecHit/interface/EcalRecHit.h
"
5
6
//ordering capability mandatory for lazy getter framework
7
// Comparison operators
8
inline
bool
operator<
(
const
EcalRecHit
&
one
,
const
EcalRecHit
&
other
) {
9
if
(one.
detid
() == other.
detid
()){
return
one.
energy
() < other.
energy
(); }
10
return
one.
detid
() < other.
detid
();}
11
12
inline
bool
operator<
(
const
EcalRecHit
&
one
,
const
uint32_t& detid) {
13
return
one.
detid
() < detid;}
14
15
inline
bool
operator<
(
const
uint32_t& detid,
const
EcalRecHit
&
other
) {
16
return
detid < other.
detid
();}
17
18
#endif
19
EcalRecHit
Definition:
EcalRecHit.h:15
EcalRecHit::detid
const DetId & detid() const
Definition:
EcalRecHit.h:72
one
EcalRecHit.h
trackingPlots.other
other
Definition:
trackingPlots.py:1426
EcalRecHit::energy
float energy() const
Definition:
EcalRecHit.h:68
operator<
bool operator<(const EcalRecHit &one, const EcalRecHit &other)
Definition:
EcalRecHitComparison.h:8
Generated for CMSSW Reference Manual by
1.8.11