CMS 3D CMS Logo

EcalClusterPUCleaningTools.h
Go to the documentation of this file.
1 #ifndef RecoEcal_EgammaCoreTools_EcalClusterPUCleaningTools_h
2 #define RecoEcal_EgammaCoreTools_EcalClusterPUCleaningTools_h
3 
21 
22 class CaloGeometry;
23 
25 public:
27  const edm::InputTag &redEBRecHits,
28  const edm::InputTag &redEERecHits);
31  const reco::SuperCluster &cluster,
32  const edm::Event &ev,
33  const edm::EventSetup &es);
34 
35 private:
36  void getEBRecHits(const edm::Event &ev);
37  void getEERecHits(const edm::Event &ev);
38 
42 
45 };
46 
47 #endif
const EcalRecHitCollection * eeRecHits_
const edm::ESGetToken< CaloGeometry, CaloGeometryRecord > geometryToken_
const EcalRecHitCollection * ebRecHits_
void getEBRecHits(const edm::Event &ev)
const edm::EDGetTokenT< EcalRecHitCollection > pEERecHitsToken_
reco::SuperCluster CleanedSuperCluster(float xi, const reco::SuperCluster &cluster, const edm::Event &ev, const edm::EventSetup &es)
const edm::EDGetTokenT< EcalRecHitCollection > pEBRecHitsToken_
void getEERecHits(const edm::Event &ev)
EcalClusterPUCleaningTools(edm::ConsumesCollector &cc, const edm::InputTag &redEBRecHits, const edm::InputTag &redEERecHits)