CMS 3D CMS Logo

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

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

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