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

◆ equal()

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

Definition at line 134 of file HcalDcsMap.h.

References a, and b.

134 { return a->mId == b->mId; }
double b
Definition: hdecay.h:118
double a
Definition: hdecay.h:119

◆ good()

bool HcalDcsMapAddons::LessById::good ( const HcalDcsMap::Item a) const
inline

Definition at line 135 of file HcalDcsMap.h.

References a.

135 { return a.mDcsId; }
double a
Definition: hdecay.h:119

◆ operator()() [1/2]

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

Definition at line 132 of file HcalDcsMap.h.

References a, and b.

132 { return a->mId < b->mId; }
double b
Definition: hdecay.h:118
double a
Definition: hdecay.h:119

◆ operator()() [2/2]

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

Definition at line 133 of file HcalDcsMap.h.

References a, and b.

133 { return a.mId < b.mId; }
double b
Definition: hdecay.h:118
double a
Definition: hdecay.h:119