CMS 3D CMS Logo

Functions

/data/refman/pasoursint/CMSSW_4_4_5_patch3/src/RecoMET/METAlgorithms/src/EcalHaloAlgo.cc File Reference

#include "RecoMET/METAlgorithms/interface/EcalHaloAlgo.h"
#include "DataFormats/Common/interface/ValueMap.h"

Go to the source code of this file.

Functions

bool CompareTime (const EcalRecHit *x, const EcalRecHit *y)

Function Documentation

bool CompareTime ( const EcalRecHit x,
const EcalRecHit y 
)

Definition at line 15 of file EcalHaloAlgo.cc.

References CaloRecHit::time().

Referenced by EcalHaloAlgo::Calculate(), and HcalHaloAlgo::Calculate().

{ return x->time() < y->time(); }