CMS 3D CMS Logo

List of all members | Public Member Functions
HcalDcsMapAddons::LessByDcsId 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 137 of file HcalDcsMap.h.

Member Function Documentation

◆ equal()

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

Definition at line 141 of file HcalDcsMap.h.

References a, and b.

141 { return a->mDcsId == b->mDcsId; }
double b
Definition: hdecay.h:120
double a
Definition: hdecay.h:121

◆ good()

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

Definition at line 142 of file HcalDcsMap.h.

References a.

142 { return a.mDcsId; }
double a
Definition: hdecay.h:121

◆ operator()() [1/2]

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

Definition at line 139 of file HcalDcsMap.h.

References a, and b.

139 { return a->mDcsId < b->mDcsId; }
double b
Definition: hdecay.h:120
double a
Definition: hdecay.h:121

◆ operator()() [2/2]

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

Definition at line 140 of file HcalDcsMap.h.

References a, and b.

140 { return a.mDcsId < b.mDcsId; }
double b
Definition: hdecay.h:120
double a
Definition: hdecay.h:121