CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
ecalDigiToRaw_cfi.py
Go to the documentation of this file.
1 # The following comments couldn't be translated into the new config version:
2 
3 #EB-
4 #EB+
5 #EE+
6 import FWCore.ParameterSet.Config as cms
7 
8 ecaldigitorawzerosup = cms.EDProducer("EcalDigiToRaw",
9  InstanceEB = cms.string('SRPebDigis'),
10  InstanceEE = cms.string('SRPeeDigis'),
11  DoEndCap = cms.untracked.bool(True),
12  labelTT = cms.InputTag("simEcalTriggerPrimitiveDigis"),
13  Label = cms.string('simEcalDigis'),
14  debug = cms.untracked.bool(False),
15  labelEESRFlags = cms.InputTag("simEcalDigis","eeSrFlags"),
16  WriteSRFlags = cms.untracked.bool(True),
17  WriteTowerBlock = cms.untracked.bool(True),
18  labelEBSRFlags = cms.InputTag("simEcalDigis","ebSrFlags"),
19  listDCCId = cms.untracked.vint32(1, 2, 3, 4, 5,
20  6, 7, 8, 9,
21 
22  10, 11, 12, 13, 14,
23  15, 16, 17, 18, 19,
24  20, 21, 22, 23, 24,
25  25, 26, 27,
26 
27  28, 29, 30,
28  31, 32, 33, 34, 35,
29  36, 37, 38, 39, 40,
30  41, 42, 43, 44, 45,
31 
32  46, 47, 48, 49, 50,
33  51, 52, 53, 54),
34  WriteTCCBlock = cms.untracked.bool(True),
35  DoBarrel = cms.untracked.bool(True)
36 )
37 
38 
39