CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
ecalTrigPrimESProducer_mc_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_beamv5_MC_startup.txt.gz'),
6  WriteInFile = cms.bool(False)
7 )
8 
9 tpparams = cms.ESSource("EmptyESSource",
10  recordName = cms.string('EcalTPGLinearizationConstRcd'),
11  iovIsRunNotTime = cms.bool(True),
12  firstValid = cms.vuint32(1)
13 )
14 
15 tpparams2 = cms.ESSource("EmptyESSource",
16  recordName = cms.string('EcalTPGPedestalsRcd'),
17  iovIsRunNotTime = cms.bool(True),
18  firstValid = cms.vuint32(1)
19 )
20 
21 tpparams3 = cms.ESSource("EmptyESSource",
22  recordName = cms.string('EcalTPGSlidingWindowRcd'),
23  iovIsRunNotTime = cms.bool(True),
24  firstValid = cms.vuint32(1)
25 )
26 
27 tpparams4 = cms.ESSource("EmptyESSource",
28  recordName = cms.string('EcalTPGWeightIdMapRcd'),
29  iovIsRunNotTime = cms.bool(True),
30  firstValid = cms.vuint32(1)
31 )
32 
33 tpparams5 = cms.ESSource("EmptyESSource",
34  recordName = cms.string('EcalTPGWeightGroupRcd'),
35  iovIsRunNotTime = cms.bool(True),
36  firstValid = cms.vuint32(1)
37 )
38 
39 tpparams6 = cms.ESSource("EmptyESSource",
40  recordName = cms.string('EcalTPGLutGroupRcd'),
41  iovIsRunNotTime = cms.bool(True),
42  firstValid = cms.vuint32(1)
43 )
44 
45 tpparams7 = cms.ESSource("EmptyESSource",
46  recordName = cms.string('EcalTPGLutIdMapRcd'),
47  iovIsRunNotTime = cms.bool(True),
48  firstValid = cms.vuint32(1)
49 )
50 
51 tpparams8 = cms.ESSource("EmptyESSource",
52  recordName = cms.string('EcalTPGFineGrainEBIdMapRcd'),
53  iovIsRunNotTime = cms.bool(True),
54  firstValid = cms.vuint32(1)
55 )
56 
57 tpparams9 = cms.ESSource("EmptyESSource",
58  recordName = cms.string('EcalTPGFineGrainEBGroupRcd'),
59  iovIsRunNotTime = cms.bool(True),
60  firstValid = cms.vuint32(1)
61 )
62 
63 tpparams10 = cms.ESSource("EmptyESSource",
64  recordName = cms.string('EcalTPGFineGrainStripEERcd'),
65  iovIsRunNotTime = cms.bool(True),
66  firstValid = cms.vuint32(1)
67 )
68 
69 tpparams11 = cms.ESSource("EmptyESSource",
70  recordName = cms.string('EcalTPGFineGrainTowerEERcd'),
71  iovIsRunNotTime = cms.bool(True),
72  firstValid = cms.vuint32(1)
73 )
74 
75 tpparams12 = cms.ESSource("EmptyESSource",
76  recordName = cms.string('EcalTPGPhysicsConstRcd'),
77  iovIsRunNotTime = cms.bool(True),
78  firstValid = cms.vuint32(1)
79 )
80 
81 tpparams13 = cms.ESSource("EmptyESSource",
82  recordName = cms.string('EcalTPGCrystalStatusRcd'),
83  iovIsRunNotTime = cms.bool(True),
84  firstValid = cms.vuint32(1)
85 )
86 
87 tpparams14 = cms.ESSource("EmptyESSource",
88  recordName = cms.string('EcalTPGTowerStatusRcd'),
89  iovIsRunNotTime = cms.bool(True),
90  firstValid = cms.vuint32(1)
91 )
92 
93 tpparams15 = cms.ESSource("EmptyESSource",
94  recordName = cms.string('EcalTPGSpikeRcd'),
95  iovIsRunNotTime = cms.bool(True),
96  firstValid = cms.vuint32(1)
97 )
98