CMS 3D CMS Logo

MisalignedTracker_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
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