CMS 3D CMS Logo

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

Public Member Functions

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

Detailed Description

Definition at line 63 of file HLTHcalMETNoiseCleaner.h.

Member Function Documentation

◆ operator()()

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

Definition at line 64 of file HLTHcalMETNoiseCleaner.h.

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

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