CMS 3D CMS Logo

less_mag Class Reference

#include <RecoEcal/EgammaClusterAlgos/interface/HybridClusterAlgo.h>

List of all members.

Public Member Functions

 less_mag ()
bool operator() (const PSimHit *a, const PSimHit *b)
bool operator() (EcalRecHit x, EcalRecHit y)


Detailed Description

Definition at line 25 of file HybridClusterAlgo.h.


Constructor & Destructor Documentation

less_mag::less_mag (  )  [inline]

Definition at line 272 of file CkfDebugger.h.

00272 { }


Member Function Documentation

bool less_mag::operator() ( const PSimHit a,
const PSimHit b 
) [inline]

Definition at line 273 of file CkfDebugger.h.

References PSimHit::timeOfFlight().

00273                                                      { 
00274     return 
00275       ( a->timeOfFlight()< b->timeOfFlight() );
00276   }

bool less_mag::operator() ( EcalRecHit  x,
EcalRecHit  y 
) [inline]

Definition at line 26 of file HybridClusterAlgo.h.

References CaloRecHit::energy().

00026 { return x.energy() > y.energy() ; }


The documentation for this class was generated from the following files:
Generated on Tue Jun 9 18:27:28 2009 for CMSSW by  doxygen 1.5.4