1 import FWCore.ParameterSet.Config
as cms
4 EcalTrigPrimESProducer = cms.ESProducer(
"EcalTrigPrimESProducer",
5 DatabaseFile = cms.untracked.string(
'TPG_craft.txt.gz'),
6 WriteInFile = cms.bool(
False)
9 tpparams = cms.ESSource(
"EmptyESSource",
10 recordName = cms.string(
'EcalTPGLinearizationConstRcd'),
11 iovIsRunNotTime = cms.bool(
True),
12 firstValid = cms.vuint32(1)
15 tpparams2 = cms.ESSource(
"EmptyESSource",
16 recordName = cms.string(
'EcalTPGPedestalsRcd'),
17 iovIsRunNotTime = cms.bool(
True),
18 firstValid = cms.vuint32(1)
21 tpparams3 = cms.ESSource(
"EmptyESSource",
22 recordName = cms.string(
'EcalTPGSlidingWindowRcd'),
23 iovIsRunNotTime = cms.bool(
True),
24 firstValid = cms.vuint32(1)
27 tpparams4 = cms.ESSource(
"EmptyESSource",
28 recordName = cms.string(
'EcalTPGWeightIdMapRcd'),
29 iovIsRunNotTime = cms.bool(
True),
30 firstValid = cms.vuint32(1)
33 tpparams5 = cms.ESSource(
"EmptyESSource",
34 recordName = cms.string(
'EcalTPGWeightGroupRcd'),
35 iovIsRunNotTime = cms.bool(
True),
36 firstValid = cms.vuint32(1)
39 tpparams6 = cms.ESSource(
"EmptyESSource",
40 recordName = cms.string(
'EcalTPGLutGroupRcd'),
41 iovIsRunNotTime = cms.bool(
True),
42 firstValid = cms.vuint32(1)
45 tpparams7 = cms.ESSource(
"EmptyESSource",
46 recordName = cms.string(
'EcalTPGLutIdMapRcd'),
47 iovIsRunNotTime = cms.bool(
True),
48 firstValid = cms.vuint32(1)
51 tpparams8 = cms.ESSource(
"EmptyESSource",
52 recordName = cms.string(
'EcalTPGFineGrainEBIdMapRcd'),
53 iovIsRunNotTime = cms.bool(
True),
54 firstValid = cms.vuint32(1)
57 tpparams9 = cms.ESSource(
"EmptyESSource",
58 recordName = cms.string(
'EcalTPGFineGrainEBGroupRcd'),
59 iovIsRunNotTime = cms.bool(
True),
60 firstValid = cms.vuint32(1)
63 tpparams10 = cms.ESSource(
"EmptyESSource",
64 recordName = cms.string(
'EcalTPGFineGrainStripEERcd'),
65 iovIsRunNotTime = cms.bool(
True),
66 firstValid = cms.vuint32(1)
69 tpparams11 = cms.ESSource(
"EmptyESSource",
70 recordName = cms.string(
'EcalTPGFineGrainTowerEERcd'),
71 iovIsRunNotTime = cms.bool(
True),
72 firstValid = cms.vuint32(1)
75 tpparams12 = cms.ESSource(
"EmptyESSource",
76 recordName = cms.string(
'EcalTPGPhysicsConstRcd'),
77 iovIsRunNotTime = cms.bool(
True),
78 firstValid = cms.vuint32(1)
81 tpparams13 = cms.ESSource(
"EmptyESSource",
82 recordName = cms.string(
'EcalTPGCrystalStatusRcd'),
83 iovIsRunNotTime = cms.bool(
True),
84 firstValid = cms.vuint32(1)
87 tpparams14 = cms.ESSource(
"EmptyESSource",
88 recordName = cms.string(
'EcalTPGTowerStatusRcd'),
89 iovIsRunNotTime = cms.bool(
True),
90 firstValid = cms.vuint32(1)
93 tpparams15 = cms.ESSource(
"EmptyESSource",
94 recordName = cms.string(
'EcalTPGSpikeRcd'),
95 iovIsRunNotTime = cms.bool(
True),
96 firstValid = cms.vuint32(1)
99 tpparams16 = cms.ESSource(
"EmptyESSource",
100 recordName = cms.string(
'EcalTPGStripStatusRcd'),
101 iovIsRunNotTime = cms.bool(
True),
102 firstValid = cms.vuint32(1)