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 60 of file HLTHcalMETNoiseCleaner.h.

Member Function Documentation

◆ operator()()

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

Definition at line 61 of file HLTHcalMETNoiseCleaner.h.

61  {
62  return t1.energy() > t2.energy();
63  }

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

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