CMS 3D CMS Logo

List of all members | Public Member Functions
HLTHcalTowerNoiseCleanerWithrechit::noisedatacomp Struct Reference

Public Member Functions

bool operator() (const CommonHcalNoiseRBXData &t1, const CommonHcalNoiseRBXData &t2) const
 

Detailed Description

Definition at line 64 of file HLTHcalTowerNoiseCleanerWithrechit.h.

Member Function Documentation

◆ operator()()

bool HLTHcalTowerNoiseCleanerWithrechit::noisedatacomp::operator() ( const CommonHcalNoiseRBXData t1,
const CommonHcalNoiseRBXData t2 
) const
inline

Definition at line 65 of file HLTHcalTowerNoiseCleanerWithrechit.h.

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

65  {
66  return t1.energy() > t2.energy();
67  }