CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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 41 of file CaloHit.h.

Member Function Documentation

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

Definition at line 45 of file CaloHit.h.

References CaloHit::t().

45  {
46  return (a->t() < b->t());
47  }
double t() const
Definition: CaloHit.h:27