CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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 <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 114 of file EgammaHadTower.cc.

Referenced by EgammaHadTower::towersOf().

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