1 import FWCore.ParameterSet.Config
as cms
3 FakeCaloAlignmentEP = cms.ESProducer(
"FakeCaloAlignmentEP")
5 fakeEBAlignmentSource = cms.ESSource(
"EmptyESSource",
6 recordName = cms.string(
'EBAlignmentRcd'),
7 iovIsRunNotTime = cms.bool(
True),
8 firstValid = cms.vuint32(1)
11 fakeEBAlignmentErrorSource = cms.ESSource(
"EmptyESSource",
12 recordName = cms.string(
'EBAlignmentErrorExtendedRcd'),
13 iovIsRunNotTime = cms.bool(
True),
14 firstValid = cms.vuint32(1)
17 fakeEEAlignmentSource = cms.ESSource(
"EmptyESSource",
18 recordName = cms.string(
'EEAlignmentRcd'),
19 iovIsRunNotTime = cms.bool(
True),
20 firstValid = cms.vuint32(1)
23 fakeEEAlignmentErrorSource = cms.ESSource(
"EmptyESSource",
24 recordName = cms.string(
'EEAlignmentErrorExtendedRcd'),
25 iovIsRunNotTime = cms.bool(
True),
26 firstValid = cms.vuint32(1)
29 fakeESAlignmentSource = cms.ESSource(
"EmptyESSource",
30 recordName = cms.string(
'ESAlignmentRcd'),
31 iovIsRunNotTime = cms.bool(
True),
32 firstValid = cms.vuint32(1)
35 fakeESAlignmentErrorSource = cms.ESSource(
"EmptyESSource",
36 recordName = cms.string(
'ESAlignmentErrorExtendedRcd'),
37 iovIsRunNotTime = cms.bool(
True),
38 firstValid = cms.vuint32(1)
41 fakeHBAlignmentSource = cms.ESSource(
"EmptyESSource",
42 recordName = cms.string(
'HBAlignmentRcd'),
43 iovIsRunNotTime = cms.bool(
True),
44 firstValid = cms.vuint32(1)
47 fakeHBAlignmentErrorSource = cms.ESSource(
"EmptyESSource",
48 recordName = cms.string(
'HBAlignmentErrorExtendedRcd'),
49 iovIsRunNotTime = cms.bool(
True),
50 firstValid = cms.vuint32(1)
53 fakeHEAlignmentSource = cms.ESSource(
"EmptyESSource",
54 recordName = cms.string(
'HEAlignmentRcd'),
55 iovIsRunNotTime = cms.bool(
True),
56 firstValid = cms.vuint32(1)
59 fakeHEAlignmentErrorSource = cms.ESSource(
"EmptyESSource",
60 recordName = cms.string(
'HEAlignmentErrorExtendedRcd'),
61 iovIsRunNotTime = cms.bool(
True),
62 firstValid = cms.vuint32(1)
65 fakeHOAlignmentSource = cms.ESSource(
"EmptyESSource",
66 recordName = cms.string(
'HOAlignmentRcd'),
67 iovIsRunNotTime = cms.bool(
True),
68 firstValid = cms.vuint32(1)
71 fakeHOAlignmentErrorSource = cms.ESSource(
"EmptyESSource",
72 recordName = cms.string(
'HOAlignmentErrorExtendedRcd'),
73 iovIsRunNotTime = cms.bool(
True),
74 firstValid = cms.vuint32(1)
77 fakeHFAlignmentSource = cms.ESSource(
"EmptyESSource",
78 recordName = cms.string(
'HFAlignmentRcd'),
79 iovIsRunNotTime = cms.bool(
True),
80 firstValid = cms.vuint32(1)
83 fakeHFAlignmentErrorSource = cms.ESSource(
"EmptyESSource",
84 recordName = cms.string(
'HFAlignmentErrorExtendedRcd'),
85 iovIsRunNotTime = cms.bool(
True),
86 firstValid = cms.vuint32(1)
89 fakeZDCAlignmentSource = cms.ESSource(
"EmptyESSource",
90 recordName = cms.string(
'ZDCAlignmentRcd'),
91 iovIsRunNotTime = cms.bool(
True),
92 firstValid = cms.vuint32(1)
95 fakeZDCAlignmentErrorSource = cms.ESSource(
"EmptyESSource",
96 recordName = cms.string(
'ZDCAlignmentErrorExtendedRcd'),
97 iovIsRunNotTime = cms.bool(
True),
98 firstValid = cms.vuint32(1)