CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
ecalTriggerPrimitiveDigis_barrelOnly_cff.py
Go to the documentation of this file.
2 
3 # Trigger Primitive Producer
5 # esmodule creating all the records
6 EcalTrigPrimESProducer = cms.ESProducer("EcalTrigPrimESProducer",
7  DatabaseFile = cms.untracked.string('TPG_startup.txt.gz')
8 )
9 
10 # corresponding es_sources
11 tpparams = cms.ESSource("EmptyESSource",
12  recordName = cms.string('EcalTPGLinearizationConstRcd'),
13  iovIsRunNotTime = cms.bool(True),
14  firstValid = cms.vuint32(1)
15 )
16 
17 tpparams2 = cms.ESSource("EmptyESSource",
18  recordName = cms.string('EcalTPGPedestalsRcd'),
19  iovIsRunNotTime = cms.bool(True),
20  firstValid = cms.vuint32(1)
21 )
22 
23 tpparams3 = cms.ESSource("EmptyESSource",
24  recordName = cms.string('EcalTPGSlidingWindowRcd'),
25  iovIsRunNotTime = cms.bool(True),
26  firstValid = cms.vuint32(1)
27 )
28 
29 tpparams4 = cms.ESSource("EmptyESSource",
30  recordName = cms.string('EcalTPGWeightIdMapRcd'),
31  iovIsRunNotTime = cms.bool(True),
32  firstValid = cms.vuint32(1)
33 )
34 
35 tpparams5 = cms.ESSource("EmptyESSource",
36  recordName = cms.string('EcalTPGWeightGroupRcd'),
37  iovIsRunNotTime = cms.bool(True),
38  firstValid = cms.vuint32(1)
39 )
40 
41 tpparams6 = cms.ESSource("EmptyESSource",
42  recordName = cms.string('EcalTPGLutGroupRcd'),
43  iovIsRunNotTime = cms.bool(True),
44  firstValid = cms.vuint32(1)
45 )
46 
47 tpparams7 = cms.ESSource("EmptyESSource",
48  recordName = cms.string('EcalTPGLutIdMapRcd'),
49  iovIsRunNotTime = cms.bool(True),
50  firstValid = cms.vuint32(1)
51 )
52 
53 tpparams8 = cms.ESSource("EmptyESSource",
54  recordName = cms.string('EcalTPGFineGrainEBIdMapRcd'),
55  iovIsRunNotTime = cms.bool(True),
56  firstValid = cms.vuint32(1)
57 )
58 
59 tpparams9 = cms.ESSource("EmptyESSource",
60  recordName = cms.string('EcalTPGFineGrainEBGroupRcd'),
61  iovIsRunNotTime = cms.bool(True),
62  firstValid = cms.vuint32(1)
63 )
64 
65 tpparams10 = cms.ESSource("EmptyESSource",
66  recordName = cms.string('EcalTPGFineGrainStripEERcd'),
67  iovIsRunNotTime = cms.bool(True),
68  firstValid = cms.vuint32(1)
69 )
70 
71 tpparams11 = cms.ESSource("EmptyESSource",
72  recordName = cms.string('EcalTPGFineGrainTowerEERcd'),
73  iovIsRunNotTime = cms.bool(True),
74  firstValid = cms.vuint32(1)
75 )
76 
77 tpparams12 = cms.ESSource("EmptyESSource",
78  recordName = cms.string('EcalTPGPhysicsConstRcd'),
79  iovIsRunNotTime = cms.bool(True),
80  firstValid = cms.vuint32(1)
81 )
82 
83 tpparams13 = cms.ESSource("EmptyESSource",
84  recordName = cms.string('EcalTPGCrystalStatusRcd'),
85  iovIsRunNotTime = cms.bool(True),
86  firstValid = cms.vuint32(1)
87 )
88 
89 tpparams14 = cms.ESSource("EmptyESSource",
90  recordName = cms.string('EcalTPGTowerStatusRcd'),
91  iovIsRunNotTime = cms.bool(True),
92  firstValid = cms.vuint32(1)
93 )
94 
95 simEcalTriggerPrimitiveDigis.BarrelOnly = True
96 
97