CMS 3D CMS Logo

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