CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
MisalignedTracker_cfi.py
Go to the documentation of this file.
2 
3 # Include this file to produce a misaligned tracker geometry
4 #
6 # This replaces Geometry/TrackerGeometryBuilder/data/trackerGeometry.cfi
7 MisalignedTracker = cms.ESProducer("MisalignedTrackerESProducer",
8  saveToDbase = cms.untracked.bool(False),
9  saveFakeScenario = cms.untracked.bool(False),
10  scenario = Scenarios.NoMovementsScenario # a cms.PSet
11  )
12 
13