CMS 3D CMS Logo

Public Member Functions

hcal_impl::LessByTrigId Class Reference

List of all members.

Public Member Functions

bool operator() (const HcalElectronicsMap::TriggerItem *a, const HcalElectronicsMap::TriggerItem *b)

Detailed Description

Definition at line 25 of file HcalElectronicsMap.cc.


Member Function Documentation

bool hcal_impl::LessByTrigId::operator() ( const HcalElectronicsMap::TriggerItem a,
const HcalElectronicsMap::TriggerItem b 
) [inline]

Definition at line 25 of file HcalElectronicsMap.cc.

References a, b, and HcalElectronicsMap::TriggerItem::mTrigId.

{public: bool operator () (const HcalElectronicsMap::TriggerItem* a, const HcalElectronicsMap::TriggerItem* b) {return a->mTrigId < b->mTrigId;}};