CMS 3D CMS Logo

Classes | Functions

/data/refman/pasoursint/CMSSW_5_3_0/src/RecoEgamma/EgammaIsolationAlgos/interface/EgammaHadTower.h File Reference

#include "FWCore/Framework/interface/EventSetup.h"
#include "DataFormats/CaloTowers/interface/CaloTowerCollection.h"
#include "DataFormats/EgammaReco/interface/SuperCluster.h"
#include "DataFormats/EgammaReco/interface/SuperClusterFwd.h"
#include "DataFormats/CaloRecHit/interface/CaloCluster.h"
#include "Geometry/CaloTopology/interface/CaloTowerConstituentsMap.h"

Go to the source code of this file.

Classes

class  EgammaHadTower

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().

                                                                                     {
  return (*c1 > *c2);
}