CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Types | Public Member Functions
CRHMCVComp Class Reference

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

Definition at line 19 of file CaloRecHitMetaCollectionFast.cc.

References CaloRecHit::detid().

19 { return a < b->detid(); }
double b
Definition: hdecay.h:120
double a
Definition: hdecay.h:121
bool CRHMCVComp::operator() ( T const &  a,
key_type  b 
) const
inline

Definition at line 20 of file CaloRecHitMetaCollectionFast.cc.

References b, and CaloRecHit::detid().

20 { return a->detid() < b; }
double b
Definition: hdecay.h:120
double a
Definition: hdecay.h:121
bool CRHMCVComp::operator() ( T const &  a,
T const &  b 
) const
inline

Definition at line 21 of file CaloRecHitMetaCollectionFast.cc.

References CaloRecHit::detid().

21 { return a->detid() < b->detid(); }
double b
Definition: hdecay.h:120
double a
Definition: hdecay.h:121