2 import FWCore.ParameterSet.Config
as cms
4 FakeAlignmentSource = cms.ESSource(
"FakeAlignmentSource",
5 produceTracker = cms.bool(
True),
6 produceDT = cms.bool(
True),
7 produceCSC = cms.bool(
True),
8 produceGlobalPosition = cms.bool(
True),
9 produceTrackerSurfaceDeformation = cms.bool(
True),
10 appendToDataLabel = cms.string(
'')