#include <HcalNoiseHPD.h>
Public Member Functions | |
bool | operator() (const edm::Ref< HBHERecHitCollection > &x, const edm::Ref< HBHERecHitCollection > &y) const |
Definition at line 43 of file HcalNoiseHPD.h.
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(); }