CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_4_1_8_patch9/src/Geometry/CaloEventSetup/python/FakeCaloAlignments_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 FakeCaloAlignmentEP = cms.ESProducer("FakeCaloAlignmentEP")
00004 
00005 fakeEBAlignmentSource = cms.ESSource("EmptyESSource",
00006     recordName = cms.string('EBAlignmentRcd'),
00007     iovIsRunNotTime = cms.bool(True),
00008     firstValid = cms.vuint32(1)
00009 )
00010 
00011 fakeEBAlignmentErrorSource = cms.ESSource("EmptyESSource",
00012     recordName = cms.string('EBAlignmentErrorRcd'),
00013     iovIsRunNotTime = cms.bool(True),
00014     firstValid = cms.vuint32(1)
00015 )
00016 
00017 fakeEEAlignmentSource = cms.ESSource("EmptyESSource",
00018     recordName = cms.string('EEAlignmentRcd'),
00019     iovIsRunNotTime = cms.bool(True),
00020     firstValid = cms.vuint32(1)
00021 )
00022 
00023 fakeEEAlignmentErrorSource = cms.ESSource("EmptyESSource",
00024     recordName = cms.string('EEAlignmentErrorRcd'),
00025     iovIsRunNotTime = cms.bool(True),
00026     firstValid = cms.vuint32(1)
00027 )
00028 
00029 fakeESAlignmentSource = cms.ESSource("EmptyESSource",
00030     recordName = cms.string('ESAlignmentRcd'),
00031     iovIsRunNotTime = cms.bool(True),
00032     firstValid = cms.vuint32(1)
00033 )
00034 
00035 fakeESAlignmentErrorSource = cms.ESSource("EmptyESSource",
00036     recordName = cms.string('ESAlignmentErrorRcd'),
00037     iovIsRunNotTime = cms.bool(True),
00038     firstValid = cms.vuint32(1)
00039 )
00040 
00041 fakeHBAlignmentSource = cms.ESSource("EmptyESSource",
00042     recordName = cms.string('HBAlignmentRcd'),
00043     iovIsRunNotTime = cms.bool(True),
00044     firstValid = cms.vuint32(1)
00045 )
00046 
00047 fakeHBAlignmentErrorSource = cms.ESSource("EmptyESSource",
00048     recordName = cms.string('HBAlignmentErrorRcd'),
00049     iovIsRunNotTime = cms.bool(True),
00050     firstValid = cms.vuint32(1)
00051 )
00052 
00053 fakeHEAlignmentSource = cms.ESSource("EmptyESSource",
00054     recordName = cms.string('HEAlignmentRcd'),
00055     iovIsRunNotTime = cms.bool(True),
00056     firstValid = cms.vuint32(1)
00057 )
00058 
00059 fakeHEAlignmentErrorSource = cms.ESSource("EmptyESSource",
00060     recordName = cms.string('HEAlignmentErrorRcd'),
00061     iovIsRunNotTime = cms.bool(True),
00062     firstValid = cms.vuint32(1)
00063 )
00064 
00065 fakeHOAlignmentSource = cms.ESSource("EmptyESSource",
00066     recordName = cms.string('HOAlignmentRcd'),
00067     iovIsRunNotTime = cms.bool(True),
00068     firstValid = cms.vuint32(1)
00069 )
00070 
00071 fakeHOAlignmentErrorSource = cms.ESSource("EmptyESSource",
00072     recordName = cms.string('HOAlignmentErrorRcd'),
00073     iovIsRunNotTime = cms.bool(True),
00074     firstValid = cms.vuint32(1)
00075 )
00076 
00077 fakeHFAlignmentSource = cms.ESSource("EmptyESSource",
00078     recordName = cms.string('HFAlignmentRcd'),
00079     iovIsRunNotTime = cms.bool(True),
00080     firstValid = cms.vuint32(1)
00081 )
00082 
00083 fakeHFAlignmentErrorSource = cms.ESSource("EmptyESSource",
00084     recordName = cms.string('HFAlignmentErrorRcd'),
00085     iovIsRunNotTime = cms.bool(True),
00086     firstValid = cms.vuint32(1)
00087 )
00088 
00089 fakeZDCAlignmentSource = cms.ESSource("EmptyESSource",
00090     recordName = cms.string('ZDCAlignmentRcd'),
00091     iovIsRunNotTime = cms.bool(True),
00092     firstValid = cms.vuint32(1)
00093 )
00094 
00095 fakeZDCAlignmentErrorSource = cms.ESSource("EmptyESSource",
00096     recordName = cms.string('ZDCAlignmentErrorRcd'),
00097     iovIsRunNotTime = cms.bool(True),
00098     firstValid = cms.vuint32(1)
00099 )
00100 
00101