CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
FakeCaloAlignments_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 FakeCaloAlignmentEP = cms.ESProducer("FakeCaloAlignmentEP")
4 
5 fakeEBAlignmentSource = cms.ESSource("EmptyESSource",
6  recordName = cms.string('EBAlignmentRcd'),
7  iovIsRunNotTime = cms.bool(True),
8  firstValid = cms.vuint32(1)
9 )
10 
11 fakeEBAlignmentErrorSource = cms.ESSource("EmptyESSource",
12  recordName = cms.string('EBAlignmentErrorExtendedRcd'),
13  iovIsRunNotTime = cms.bool(True),
14  firstValid = cms.vuint32(1)
15 )
16 
17 fakeEEAlignmentSource = cms.ESSource("EmptyESSource",
18  recordName = cms.string('EEAlignmentRcd'),
19  iovIsRunNotTime = cms.bool(True),
20  firstValid = cms.vuint32(1)
21 )
22 
23 fakeEEAlignmentErrorSource = cms.ESSource("EmptyESSource",
24  recordName = cms.string('EEAlignmentErrorExtendedRcd'),
25  iovIsRunNotTime = cms.bool(True),
26  firstValid = cms.vuint32(1)
27 )
28 
29 fakeESAlignmentSource = cms.ESSource("EmptyESSource",
30  recordName = cms.string('ESAlignmentRcd'),
31  iovIsRunNotTime = cms.bool(True),
32  firstValid = cms.vuint32(1)
33 )
34 
35 fakeESAlignmentErrorSource = cms.ESSource("EmptyESSource",
36  recordName = cms.string('ESAlignmentErrorExtendedRcd'),
37  iovIsRunNotTime = cms.bool(True),
38  firstValid = cms.vuint32(1)
39 )
40 
41 fakeHBAlignmentSource = cms.ESSource("EmptyESSource",
42  recordName = cms.string('HBAlignmentRcd'),
43  iovIsRunNotTime = cms.bool(True),
44  firstValid = cms.vuint32(1)
45 )
46 
47 fakeHBAlignmentErrorSource = cms.ESSource("EmptyESSource",
48  recordName = cms.string('HBAlignmentErrorExtendedRcd'),
49  iovIsRunNotTime = cms.bool(True),
50  firstValid = cms.vuint32(1)
51 )
52 
53 fakeHEAlignmentSource = cms.ESSource("EmptyESSource",
54  recordName = cms.string('HEAlignmentRcd'),
55  iovIsRunNotTime = cms.bool(True),
56  firstValid = cms.vuint32(1)
57 )
58 
59 fakeHEAlignmentErrorSource = cms.ESSource("EmptyESSource",
60  recordName = cms.string('HEAlignmentErrorExtendedRcd'),
61  iovIsRunNotTime = cms.bool(True),
62  firstValid = cms.vuint32(1)
63 )
64 
65 fakeHOAlignmentSource = cms.ESSource("EmptyESSource",
66  recordName = cms.string('HOAlignmentRcd'),
67  iovIsRunNotTime = cms.bool(True),
68  firstValid = cms.vuint32(1)
69 )
70 
71 fakeHOAlignmentErrorSource = cms.ESSource("EmptyESSource",
72  recordName = cms.string('HOAlignmentErrorExtendedRcd'),
73  iovIsRunNotTime = cms.bool(True),
74  firstValid = cms.vuint32(1)
75 )
76 
77 fakeHFAlignmentSource = cms.ESSource("EmptyESSource",
78  recordName = cms.string('HFAlignmentRcd'),
79  iovIsRunNotTime = cms.bool(True),
80  firstValid = cms.vuint32(1)
81 )
82 
83 fakeHFAlignmentErrorSource = cms.ESSource("EmptyESSource",
84  recordName = cms.string('HFAlignmentErrorExtendedRcd'),
85  iovIsRunNotTime = cms.bool(True),
86  firstValid = cms.vuint32(1)
87 )
88 
89 fakeZDCAlignmentSource = cms.ESSource("EmptyESSource",
90  recordName = cms.string('ZDCAlignmentRcd'),
91  iovIsRunNotTime = cms.bool(True),
92  firstValid = cms.vuint32(1)
93 )
94 
95 fakeZDCAlignmentErrorSource = cms.ESSource("EmptyESSource",
96  recordName = cms.string('ZDCAlignmentErrorExtendedRcd'),
97  iovIsRunNotTime = cms.bool(True),
98  firstValid = cms.vuint32(1)
99 )
100 
101