CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
alCaPhiSymRecHits_cfi.py
Go to the documentation of this file.
2 
3 # AlCaPhiSymRecHits producer
4 alCaPhiSymRecHits = cms.EDProducer("AlCaPhiSymRecHitsProducer",
5  endcapHitCollection = cms.string('EcalRecHitsEE'),
6  eCut_barrel = cms.double(0.15),
7  ecalRecHitsProducer = cms.string('ecalRecHit'),
8  eCut_endcap = cms.double(0.75),
9  VerbosityLevel = cms.string('ERROR'),
10  phiSymBarrelHitCollection = cms.string('phiSymEcalRecHitsEB'),
11  barrelHitCollection = cms.string('EcalRecHitsEB'),
12  phiSymEndcapHitCollection = cms.string('phiSymEcalRecHitsEE')
13 )
14 
15