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 63 of file HLTHcalTowerNoiseCleanerWithrechit.h.

Member Function Documentation

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

Definition at line 64 of file HLTHcalTowerNoiseCleanerWithrechit.h.

References CommonHcalNoiseRBXData::energy().

64  {
65  return t1.energy()>t2.energy();
66  }
double energy(void) const
Definition: HcalNoiseAlgo.h:20