CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/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 )