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

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

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

RandomServiceHelper.t2
t2
Definition: RandomServiceHelper.py:257
RandomServiceHelper.t1
t1
Definition: RandomServiceHelper.py:256