CMS 3D CMS Logo

Public Member Functions

reco::RefHBHERecHitEnergyComparison Class Reference

#include <HcalNoiseHPD.h>

Inheritance diagram for reco::RefHBHERecHitEnergyComparison:
binary_function

List of all members.

Public Member Functions

bool operator() (const edm::Ref< HBHERecHitCollection > &x, const edm::Ref< HBHERecHitCollection > &y) const

Detailed Description

Definition at line 43 of file HcalNoiseHPD.h.


Member Function Documentation

bool reco::RefHBHERecHitEnergyComparison::operator() ( const edm::Ref< HBHERecHitCollection > &  x,
const edm::Ref< HBHERecHitCollection > &  y 
) const [inline]

Definition at line 45 of file HcalNoiseHPD.h.

    { return x->energy()>y->energy(); }