CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions
JoinCaloTowerRefVectorsWithoutDuplicates::twrrefcomp Struct Reference

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().

176  {
177  return t1->id() < t2->id();
178  }
ProductID id() const
Accessor for product ID.
Definition: Ref.h:256