CMS 3D CMS Logo

List of all members | Public Member Functions
CaloHitMore Class Reference

#include <CaloHit.h>

Public Member Functions

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

Detailed Description

Definition at line 36 of file CaloHit.h.

Member Function Documentation

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

Definition at line 38 of file CaloHit.h.

References CaloHit::t().

38 { return (a->t() < b->t()); }
double t() const
Definition: CaloHit.h:24