CMS 3D CMS Logo

Public Types | Public Member Functions

CRHMCVComp Class Reference

List of all members.

Public Types

typedef const DetIdkey_type
typedef const CaloRecHitT

Public Member Functions

bool operator() (key_type a, T const &b) const
bool operator() (T const &a, T const &b) const
bool operator() (T const &a, key_type 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() ( key_type  a,
T const &  b 
) const [inline]

Definition at line 19 of file CaloRecHitMetaCollectionFast.cc.

References CaloRecHit::detid().

{ return a < b->detid(); }
bool CRHMCVComp::operator() ( T const &  a,
T const &  b 
) const [inline]

Definition at line 21 of file CaloRecHitMetaCollectionFast.cc.

References CaloRecHit::detid().

{ 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 b, and CaloRecHit::detid().

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