CMS 3D CMS Logo

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

00045                                                        {
00046     return (a->t() < b->t());
00047   }


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