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 188 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 189 of file HcalNoiseAlgo.h.

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

189  {
190  return t1->id() < t2->id();
191  }
ProductID id() const
Accessor for product ID.
Definition: Ref.h:258