CMS 3D CMS Logo

ecalTBSimRecHit_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 # rechit producer
00004 ecalTBSimRecHit = cms.EDProducer("EcalRecHitProducer",
00005     EErechitCollection = cms.string('EcalRecHitsEE'),
00006     EEuncalibRecHitCollection = cms.InputTag("ecalTBSimWeightUncalibRecHit","EcalUncalibRecHitsEE"),
00007     EBuncalibRecHitCollection = cms.InputTag("ecalTBSimWeightUncalibRecHit","EcalUncalibRecHitsEB"),
00008     EBrechitCollection = cms.string('EcalRecHitsEB'),
00009     ChannelStatusToBeExcluded = cms.vint32()
00010 )
00011 
00012 

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