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 <DQMSourcePi0.h>

Inheritance diagram for ecalRecHitLess:

Public Member Functions

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

Detailed Description

Definition at line 29 of file DQMSourcePi0.h.

Member Function Documentation

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

Definition at line 32 of file DQMSourcePi0.h.

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

Definition at line 44 of file ESRecoSummary.cc.

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

Definition at line 139 of file PiZeroAnalyzer.h.

References EcalRecHit::energy().

140  {
141  return (x.energy() > y.energy());
142  }
float energy() const
Definition: EcalRecHit.h:68