CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
FakeAlignmentSource_cfi.py
Go to the documentation of this file.
1 
2 import FWCore.ParameterSet.Config as cms
3 
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('')
11 )