CMS 3D CMS Logo

List of all members | Public Member Functions
HcalDcsMapAddons::LessById Class Reference

#include <HcalDcsMap.h>

Public Member Functions

bool equal (const HcalDcsMap::Item *a, const HcalDcsMap::Item *b) const
 
bool good (const HcalDcsMap::Item &a) const
 
bool operator() (const HcalDcsMap::Item *a, const HcalDcsMap::Item *b) const
 
bool operator() (const HcalDcsMap::Item &a, const HcalDcsMap::Item &b) const
 

Detailed Description

Definition at line 130 of file HcalDcsMap.h.

Member Function Documentation

bool HcalDcsMapAddons::LessById::equal ( const HcalDcsMap::Item a,
const HcalDcsMap::Item b 
) const
inline

Definition at line 134 of file HcalDcsMap.h.

References HcalDcsMap::Item::mId.

134 { return a->mId == b->mId; }
uint32_t mId
Definition: HcalDcsMap.h:40
bool HcalDcsMapAddons::LessById::good ( const HcalDcsMap::Item a) const
inline

Definition at line 135 of file HcalDcsMap.h.

References HcalDcsMap::Item::mDcsId.

135 { return a.mDcsId; }
uint32_t mDcsId
Definition: HcalDcsMap.h:41
bool HcalDcsMapAddons::LessById::operator() ( const HcalDcsMap::Item a,
const HcalDcsMap::Item b 
) const
inline

Definition at line 132 of file HcalDcsMap.h.

References HcalDcsMap::Item::mId.

132 { return a->mId < b->mId; }
uint32_t mId
Definition: HcalDcsMap.h:40
bool HcalDcsMapAddons::LessById::operator() ( const HcalDcsMap::Item a,
const HcalDcsMap::Item b 
) const
inline

Definition at line 133 of file HcalDcsMap.h.

References HcalDcsMap::Item::mId.

133 { return a.mId < b.mId; }
uint32_t mId
Definition: HcalDcsMap.h:40