Main Page
Namespaces
Classes
Package Documentation
RecoEgamma
ElectronIdentification
src
ElectronIDAlgo.cc
Go to the documentation of this file.
1
#include "
RecoEgamma/ElectronIdentification/interface/ElectronIDAlgo.h
"
2
#include "
DataFormats/EgammaReco/interface/BasicCluster.h
"
3
#include "
DataFormats/EgammaReco/interface/BasicClusterShapeAssociation.h
"
4
5
//void ElectronIDAlgo::baseSetup(const edm::ParameterSet& conf) {
6
// reducedBarrelRecHitCollection_ = conf.getParameter<edm::InputTag>("reducedBarrelRecHitCollection");
7
// reducedEndcapRecHitCollection_ = conf.getParameter<edm::InputTag>("reducedEndcapRecHitCollection");
8
//}
9
//
10
//EcalClusterLazyTools ElectronIDAlgo::getClusterShape(const edm::Event& ev,
11
// const edm::EventSetup& es)
12
//{
13
//
14
// edm::Handle< EcalRecHitCollection > pEBRecHits;
15
// ev.getByLabel( reducedBarrelRecHitCollection_, pEBRecHits );
16
//
17
// edm::Handle< EcalRecHitCollection > pEERecHits;
18
// ev.getByLabel( reducedEndcapRecHitCollection_, pEERecHits );
19
//
20
// EcalClusterLazyTools lazyTools( ev, es, reducedBarrelRecHitCollection_, reducedEndcapRecHitCollection_ ) ;
21
// return lazyTools ;
22
//
23
//}
ElectronIDAlgo.h
BasicClusterShapeAssociation.h
BasicCluster.h
Generated for CMSSW Reference Manual by
1.8.11