CMS 3D CMS Logo

ecalRecHit_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 # rechit producer
00004 ecalRecHit = cms.EDProducer("EcalRecHitProducer",
00005     EErechitCollection = cms.string('EcalRecHitsEE'),
00006     EEuncalibRecHitCollection = cms.InputTag("ecalWeightUncalibRecHit","EcalUncalibRecHitsEE"),
00007     EBuncalibRecHitCollection = cms.InputTag("ecalWeightUncalibRecHit","EcalUncalibRecHitsEB"),
00008     EBrechitCollection = cms.string('EcalRecHitsEB'),
00009     # channel flags to be exluded from reconstruction, e.g { 1, 2 }
00010     ChannelStatusToBeExcluded = cms.vint32()
00011 )
00012 
00013 

Generated on Tue Jun 9 17:43:46 2009 for CMSSW by  doxygen 1.5.4