CMS 3D CMS Logo

alCaPhiSymRecHits_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 # AlCaPhiSymRecHits producer
00004 alCaPhiSymRecHits = cms.EDProducer("AlCaPhiSymRecHitsProducer",
00005     endcapHitCollection = cms.string('EcalRecHitsEE'),
00006     eCut_barrel = cms.double(0.15),
00007     ecalRecHitsProducer = cms.string('ecalRecHit'),
00008     eCut_endcap = cms.double(0.75),
00009     VerbosityLevel = cms.string('ERROR'),
00010     phiSymBarrelHitCollection = cms.string('phiSymEcalRecHitsEB'),
00011     barrelHitCollection = cms.string('EcalRecHitsEB'),
00012     phiSymEndcapHitCollection = cms.string('phiSymEcalRecHitsEE')
00013 )
00014 
00015 

Generated on Tue Jun 9 17:25:30 2009 for CMSSW by  doxygen 1.5.4