CMS 3D CMS Logo

CaloHitEtLess 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 74 of file CaloHit.h.


Member Function Documentation

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

Definition at line 78 of file CaloHit.h.

References CaloHit::e(), and CaloHit::eta().

00078                                                        {
00079     return (a->e()/std::cosh(a->eta()) > b->e()/std::cosh(b->eta()));
00080   }


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