CMS 3D CMS Logo

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

#include <CaloHit.h>

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().

69  {
70  return (a->e() > b->e());
71  }
double e() const
Definition: CaloHit.h:24