CMS 3D CMS Logo

Classes | Functions
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"
#include "Geometry/CaloTopology/interface/HcalTopology.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 193 of file EgammaHadTower.cc.

Referenced by EgammaHadTower::towersOf().

193  {
194  return (*c1 > *c2);
195 }