CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Functions
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().

15 { return x->time() < y->time() ;}
float time() const
Definition: CaloRecHit.h:20