CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions
ecalRecHitLess Class Reference

#include <HLTAlCaMonPi0.h>

Inheritance diagram for ecalRecHitLess:

Public Member Functions

bool operator() (const EcalRecHit &x, const EcalRecHit &y)
 
bool operator() (EcalRecHit x, EcalRecHit y)
 
bool operator() (EcalRecHit x, EcalRecHit y)
 
bool operator() (EcalRecHit x, EcalRecHit y)
 
bool operator() (EcalRecHit x, EcalRecHit y)
 
bool operator() (EcalRecHit x, EcalRecHit y)
 

Detailed Description

Definition at line 26 of file HLTAlCaMonPi0.h.

Member Function Documentation

bool ecalRecHitLess::operator() ( const EcalRecHit x,
const EcalRecHit y 
)
inline

Definition at line 29 of file HLTAlCaMonPi0.h.

References CaloRecHit::energy().

30  {
31  return (x.energy() > y.energy());
32  }
float energy() const
Definition: CaloRecHit.h:17
bool ecalRecHitLess::operator() ( EcalRecHit  x,
EcalRecHit  y 
)
inline

Definition at line 30 of file DQMSourcePi0.h.

References CaloRecHit::energy().

31  {
32  return (x.energy() > y.energy());
33  }
float energy() const
Definition: CaloRecHit.h:17
bool ecalRecHitLess::operator() ( EcalRecHit  x,
EcalRecHit  y 
)
inline

Definition at line 33 of file EERecoSummary.h.

References CaloRecHit::energy().

34  {
35  return (x.energy() > y.energy());
36  }
float energy() const
Definition: CaloRecHit.h:17
bool ecalRecHitLess::operator() ( EcalRecHit  x,
EcalRecHit  y 
)
inline

Definition at line 33 of file EBRecoSummary.h.

References CaloRecHit::energy().

34  {
35  return (x.energy() > y.energy());
36  }
float energy() const
Definition: CaloRecHit.h:17
bool ecalRecHitLess::operator() ( EcalRecHit  x,
EcalRecHit  y 
)
inline

Definition at line 35 of file ESRecoSummary.h.

References CaloRecHit::energy().

36  {
37  return (x.energy() > y.energy());
38  }
float energy() const
Definition: CaloRecHit.h:17
bool ecalRecHitLess::operator() ( EcalRecHit  x,
EcalRecHit  y 
)
inline

Definition at line 172 of file PiZeroAnalyzer.h.

References CaloRecHit::energy().

173  {
174  return (x.energy() > y.energy());
175  }
float energy() const
Definition: CaloRecHit.h:17