CMS 3D CMS Logo

Public Member Functions

hcal_impl::LessByDcsId Class Reference

List of all members.

Public Member Functions

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

Detailed Description

Definition at line 36 of file HcalDcsMap.cc.


Member Function Documentation

bool hcal_impl::LessByDcsId::operator() ( const HcalDcsMap::Item a,
const HcalDcsMap::Item b 
) [inline]

Definition at line 38 of file HcalDcsMap.cc.

References HcalDcsMap::Item::mDcsId.

                                               {
      return a->mDcsId < b->mDcsId;
    }