CMS 3D CMS Logo

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

Member Function Documentation

◆ operator()()

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

Definition at line 187 of file HcalNoiseAlgo.h.

References RandomServiceHelper::t1, and RandomServiceHelper::t2.

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