CMS 3D CMS Logo

Public Member Functions

JoinCaloTowerRefVectorsWithoutDuplicates::twrrefcomp Struct Reference

List of all members.

Public Member Functions

bool operator() (const edm::Ref< CaloTowerCollection > &t1, const edm::Ref< CaloTowerCollection > &t2)

Detailed Description

Definition at line 175 of file HcalNoiseAlgo.h.


Member Function Documentation

bool JoinCaloTowerRefVectorsWithoutDuplicates::twrrefcomp::operator() ( const edm::Ref< CaloTowerCollection > &  t1,
const edm::Ref< CaloTowerCollection > &  t2 
) [inline]

Definition at line 176 of file HcalNoiseAlgo.h.

References edm::Ref< C, T, F >::id().

                                                                                                              {
      return t1->id() < t2->id();
    }