CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_10/src/EventFilter/EcalDigiToRaw/python/ecalDigiToRaw_cfi.py

Go to the documentation of this file.
00001 # The following comments couldn't be translated into the new config version:
00002 
00003 #EB-
00004 #EB+
00005 #EE+
00006 import FWCore.ParameterSet.Config as cms
00007 
00008 ecaldigitorawzerosup = cms.EDProducer("EcalDigiToRaw",
00009     InstanceEB = cms.string('SRPebDigis'),
00010     InstanceEE = cms.string('SRPeeDigis'),
00011     DoEndCap = cms.untracked.bool(True),
00012     labelTT = cms.InputTag("simEcalTriggerPrimitiveDigis"),
00013     Label = cms.string('simEcalDigis'),
00014     debug = cms.untracked.bool(False),
00015     labelEESRFlags = cms.InputTag("simEcalDigis","eeSrFlags"),
00016     WriteSRFlags = cms.untracked.bool(True),
00017     WriteTowerBlock = cms.untracked.bool(True),
00018     labelEBSRFlags = cms.InputTag("simEcalDigis","ebSrFlags"),
00019     listDCCId = cms.untracked.vint32(1, 2, 3, 4, 5,
00020         6, 7, 8, 9,
00021 
00022         10, 11, 12, 13, 14,
00023         15, 16, 17, 18, 19,
00024         20, 21, 22, 23, 24,
00025         25, 26, 27,
00026 
00027         28, 29, 30, 
00028         31, 32, 33, 34, 35, 
00029         36, 37, 38, 39, 40, 
00030         41, 42, 43, 44, 45, 
00031 
00032         46, 47, 48, 49, 50, 
00033         51, 52, 53, 54),
00034     WriteTCCBlock = cms.untracked.bool(True),
00035     DoBarrel = cms.untracked.bool(True)
00036 )
00037 
00038 
00039