00001 00002 import FWCore.ParameterSet.Config as cms 00003 00004 FakeAlignmentSource = cms.ESSource("FakeAlignmentSource", 00005 produceTracker = cms.bool(True), 00006 produceDT = cms.bool(True), 00007 produceCSC = cms.bool(True), 00008 produceGlobalPosition = cms.bool(True), 00009 produceTrackerSurfaceDeformation = cms.bool(True), 00010 appendToDataLabel = cms.string('') 00011 )