CMS 3D CMS Logo

CaloHitELess Class Reference

#include <SimDataFormats/CaloHit/interface/CaloHit.h>

List of all members.

Public Member Functions

bool operator() (const CaloHit *a, const CaloHit *b)


Detailed Description

Definition at line 65 of file CaloHit.h.


Member Function Documentation

bool CaloHitELess::operator() ( const CaloHit a,
const CaloHit b 
) [inline]

Definition at line 69 of file CaloHit.h.

References CaloHit::e().

00069                                                        {
00070     return (a->e() > b->e());
00071   }


The documentation for this class was generated from the following file:
Generated on Tue Jun 9 18:15:46 2009 for CMSSW by  doxygen 1.5.4