CMS 3D CMS Logo

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

#include <EgammaHLTNxNClusterProducer.h>

Inheritance diagram for ecalRecHitSort:

Public Member Functions

bool operator() (EcalRecHit x, EcalRecHit y)
 

Detailed Description

Description: simple NxN ( 3x3 etc) clustering ,( for low energy photon reconstrution, currently used for pi0/eta HLT path)

Implementation: <Notes on="" implementation>="">

Definition at line 45 of file EgammaHLTNxNClusterProducer.h.

Member Function Documentation

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

Definition at line 48 of file EgammaHLTNxNClusterProducer.h.

References CaloRecHit::energy().

49  {
50  return (x.energy() > y.energy());
51  }
float energy() const
Definition: CaloRecHit.h:19