CMS 3D CMS Logo

Functions
HcalHaloAlgo.cc File Reference
#include "RecoMET/METAlgorithms/interface/HcalHaloAlgo.h"
#include <map>
#include <iomanip>

Go to the source code of this file.

Functions

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

Function Documentation

◆ CompareTime()

bool CompareTime ( const HBHERecHit x,
const HBHERecHit y 
)

Definition at line 18 of file HcalHaloAlgo.cc.

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

Referenced by HcalHaloAlgo::Calculate().

◆ CompareTowers()

bool CompareTowers ( const CaloTower x,
const CaloTower y 
)

Definition at line 19 of file HcalHaloAlgo.cc.

19  {
20  return x->iphi() * 1000 + x->ieta() < y->iphi() * 1000 + y->ieta();
21 }

Referenced by HcalHaloAlgo::Calculate().

vertices_cff.x
x
Definition: vertices_cff.py:29
detailsBasic3DVector::y
float float y
Definition: extBasic3DVector.h:14