CMS 3D CMS Logo

Public Member Functions

reco::HcalNoiseRBX::twrcomp Struct Reference

List of all members.

Public Member Functions

bool operator() (const CaloTower &t1, const CaloTower &t2)

Detailed Description

Definition at line 108 of file HcalNoiseRBX.h.


Member Function Documentation

bool reco::HcalNoiseRBX::twrcomp::operator() ( const CaloTower t1,
const CaloTower t2 
) [inline]

Definition at line 109 of file HcalNoiseRBX.h.

References CaloTower::id().

                                                                            {
        return t1.id() < t2.id();
      }