CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups 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) const
 

Detailed Description

Definition at line 183 of file HcalNoiseAlgo.h.

Member Function Documentation

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

Definition at line 184 of file HcalNoiseAlgo.h.

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

184  {
185  return t1->id() < t2->id();
186  }
ProductID id() const
Accessor for product ID.
Definition: Ref.h:244