CMS 3D CMS Logo

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

Member Function Documentation

◆ operator()()

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

Definition at line 55 of file CaloHit.h.

References a, and b.

55 { return (a->e() > b->e()); }
double b
Definition: hdecay.h:120
double a
Definition: hdecay.h:121