CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/Alignment/TrackerAlignment/python/MisalignedTracker_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 # Include this file to produce a misaligned tracker geometry
00004 #
00005 import Alignment.TrackerAlignment.Scenarios_cff as Scenarios
00006 # This replaces Geometry/TrackerGeometryBuilder/data/trackerGeometry.cfi
00007 MisalignedTracker = cms.ESProducer("MisalignedTrackerESProducer",
00008                                    saveToDbase = cms.untracked.bool(False),
00009                                    scenario = Scenarios.NoMovementsScenario # a cms.PSet
00010                                    )
00011 
00012