3 TestCaloAlignmentEP = cms.ESProducer(
"TestCaloAlignmentEP")
5 testEBAlignmentSource = cms.ESSource(
"EmptyESSource",
6 recordName = cms.string(
'EBAlignmentRcd'),
7 iovIsRunNotTime = cms.bool(
True),
8 firstValid = cms.vuint32(1)
11 testEBAlignmentErrorSource = cms.ESSource(
"EmptyESSource",
12 recordName = cms.string(
'EBAlignmentErrorRcd'),
13 iovIsRunNotTime = cms.bool(
True),
14 firstValid = cms.vuint32(1)
17 testEEAlignmentSource = cms.ESSource(
"EmptyESSource",
18 recordName = cms.string(
'EEAlignmentRcd'),
19 iovIsRunNotTime = cms.bool(
True),
20 firstValid = cms.vuint32(1)
23 testEEAlignmentErrorSource = cms.ESSource(
"EmptyESSource",
24 recordName = cms.string(
'EEAlignmentErrorRcd'),
25 iovIsRunNotTime = cms.bool(
True),
26 firstValid = cms.vuint32(1)
29 testESAlignmentSource = cms.ESSource(
"EmptyESSource",
30 recordName = cms.string(
'ESAlignmentRcd'),
31 iovIsRunNotTime = cms.bool(
True),
32 firstValid = cms.vuint32(1)
35 testESAlignmentErrorSource = cms.ESSource(
"EmptyESSource",
36 recordName = cms.string(
'ESAlignmentErrorRcd'),
37 iovIsRunNotTime = cms.bool(
True),
38 firstValid = cms.vuint32(1)
41 testHBAlignmentSource = cms.ESSource(
"EmptyESSource",
42 recordName = cms.string(
'HBAlignmentRcd'),
43 iovIsRunNotTime = cms.bool(
True),
44 firstValid = cms.vuint32(1)
47 testHBAlignmentErrorSource = cms.ESSource(
"EmptyESSource",
48 recordName = cms.string(
'HBAlignmentErrorRcd'),
49 iovIsRunNotTime = cms.bool(
True),
50 firstValid = cms.vuint32(1)
53 testHEAlignmentSource = cms.ESSource(
"EmptyESSource",
54 recordName = cms.string(
'HEAlignmentRcd'),
55 iovIsRunNotTime = cms.bool(
True),
56 firstValid = cms.vuint32(1)
59 testHEAlignmentErrorSource = cms.ESSource(
"EmptyESSource",
60 recordName = cms.string(
'HEAlignmentErrorRcd'),
61 iovIsRunNotTime = cms.bool(
True),
62 firstValid = cms.vuint32(1)
65 testHOAlignmentSource = cms.ESSource(
"EmptyESSource",
66 recordName = cms.string(
'HOAlignmentRcd'),
67 iovIsRunNotTime = cms.bool(
True),
68 firstValid = cms.vuint32(1)
71 testHOAlignmentErrorSource = cms.ESSource(
"EmptyESSource",
72 recordName = cms.string(
'HOAlignmentErrorRcd'),
73 iovIsRunNotTime = cms.bool(
True),
74 firstValid = cms.vuint32(1)
77 testHFAlignmentSource = cms.ESSource(
"EmptyESSource",
78 recordName = cms.string(
'HFAlignmentRcd'),
79 iovIsRunNotTime = cms.bool(
True),
80 firstValid = cms.vuint32(1)
83 testHFAlignmentErrorSource = cms.ESSource(
"EmptyESSource",
84 recordName = cms.string(
'HFAlignmentErrorRcd'),
85 iovIsRunNotTime = cms.bool(
True),
86 firstValid = cms.vuint32(1)
89 testZDCAlignmentSource = cms.ESSource(
"EmptyESSource",
90 recordName = cms.string(
'ZDCAlignmentRcd'),
91 iovIsRunNotTime = cms.bool(
True),
92 firstValid = cms.vuint32(1)
95 testZDCAlignmentErrorSource = cms.ESSource(
"EmptyESSource",
96 recordName = cms.string(
'ZDCAlignmentErrorRcd'),
97 iovIsRunNotTime = cms.bool(
True),
98 firstValid = cms.vuint32(1)