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

Member Function Documentation

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

Definition at line 63 of file HLTHcalTowerNoiseCleanerWithrechit.h.

References CommonHcalNoiseRBXData::energy().

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