CMS 3D CMS Logo

Functions

/data/refman/pasoursint/CMSSW_4_4_5_patch3/src/RecoEgamma/EgammaIsolationAlgos/src/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 109 of file EgammaHadTower.cc.

Referenced by EgammaHadTower::towersOf().

                                                                                     {
  return (*c1 > *c2);
}