CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
ElectronIDAlgo.cc
Go to the documentation of this file.
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 //}