CMS 3D CMS Logo

Functions
EgammaHadTower.cc File Reference
#include "RecoEgamma/EgammaIsolationAlgos/interface/EgammaHadTower.h"
#include "Geometry/CaloEventSetup/interface/CaloTopologyRecord.h"
#include "FWCore/Framework/interface/ESHandle.h"
#include "DataFormats/EcalDetId/interface/EcalSubdetector.h"
#include "Geometry/Records/interface/CaloGeometryRecord.h"
#include <algorithm>
#include <iostream>

Go to the source code of this file.

Functions

bool ClusterGreaterThan (const reco::CaloClusterPtr &c1, const reco::CaloClusterPtr &c2)
 

Function Documentation

bool ClusterGreaterThan ( const reco::CaloClusterPtr c1,
const reco::CaloClusterPtr c2 
)

Definition at line 115 of file EgammaHadTower.cc.

Referenced by EgammaHadTower::towersOf().

115  {
116  return (*c1 > *c2);
117 }