CMS 3D CMS Logo

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

#include <HLTAlCa.h>

Inheritance diagram for eecalRecHitLess:

Public Member Functions

bool operator() (EcalRecHit x, EcalRecHit y)
 

Detailed Description

Definition at line 51 of file HLTAlCa.h.

Member Function Documentation

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

Definition at line 54 of file HLTAlCa.h.

References EcalRecHit::energy().

55  {
56  return (x.energy() > y.energy());
57  }
float energy() const
Definition: EcalRecHit.h:68