CMS 3D CMS Logo

Functions

/data/refman/pasoursint/CMSSW_5_3_0/src/RecoMET/METAlgorithms/src/HcalHaloAlgo.cc File Reference

#include "RecoMET/METAlgorithms/interface/HcalHaloAlgo.h"
#include <iomanip>

Go to the source code of this file.

Functions

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

Function Documentation

bool CompareTime ( const HBHERecHit x,
const HBHERecHit y 
)

Definition at line 15 of file HcalHaloAlgo.cc.

References CaloRecHit::time().

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