CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_4_1_8_patch9/src/Alignment/CommonAlignmentProducer/python/FakeAlignmentSource_cfi.py

Go to the documentation of this file.
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 )