CMS 3D CMS Logo

CRHMCVComp Class Reference

List of all members.

Public Types

typedef const DetIdkey_type
typedef const CaloRecHitT

Public Member Functions

bool operator() (T const &a, T const &b) const
bool operator() (T const &a, key_type b) const
bool operator() (key_type a, T const &b) const


Detailed Description

Definition at line 14 of file CaloRecHitMetaCollectionFast.cc.


Member Typedef Documentation

typedef const DetId& CRHMCVComp::key_type

Definition at line 17 of file CaloRecHitMetaCollectionFast.cc.

typedef const CaloRecHit* CRHMCVComp::T

Definition at line 16 of file CaloRecHitMetaCollectionFast.cc.


Member Function Documentation

bool CRHMCVComp::operator() ( T const &  a,
T const &  b 
) const [inline]

Definition at line 21 of file CaloRecHitMetaCollectionFast.cc.

References CaloRecHit::detid().

00021 { return a->detid() < b->detid(); }

bool CRHMCVComp::operator() ( T const &  a,
key_type  b 
) const [inline]

Definition at line 20 of file CaloRecHitMetaCollectionFast.cc.

References CaloRecHit::detid().

00020 { return a->detid() < b; }

bool CRHMCVComp::operator() ( key_type  a,
T const &  b 
) const [inline]

Definition at line 19 of file CaloRecHitMetaCollectionFast.cc.

References CaloRecHit::detid().

00019 { return a < b->detid(); }


The documentation for this class was generated from the following file:
Generated on Tue Jun 9 18:16:59 2009 for CMSSW by  doxygen 1.5.4