#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) |
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);
}