CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
alCaIsolatedElectrons_cfi.py
Go to the documentation of this file.
2 
3 alCaIsolatedElectrons = cms.EDProducer("AlCaECALRecHitReducer",
4  electronLabel = cms.InputTag("gsfElectrons"),
5  alcaEndcapHitCollection = cms.string('alcaEndcapHits'),
6  phiSize = cms.int32(11),
7  etaSize = cms.int32(5),
8  ebRecHitsLabel = cms.InputTag("ecalRecHit","EcalRecHitsEB"),
9  alcaBarrelHitCollection = cms.string('alcaBarrelHits'),
10  eventWeight = cms.double(1.0),
11  eeRecHitsLabel = cms.InputTag("ecalRecHit","EcalRecHitsEE"),
12  esRecHitsLabel = cms.InputTag("ecalPreshowerRecHit","EcalRecHitsES"),
13  alcaPreshowerHitCollection = cms.string('alcaPreshowerHits'),
14  esNstrips = cms.int32(20),
15  esNcolumns = cms.int32(1)
16 )
17 
18