CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
TrackerRecoGeometryESProducer_cfi.py
Go to the documentation of this file.
2 
4 # The same as above but with a misaligned tracker geometry
5 misalignedGeomSearchTracker = cms.ESProducer("TrackerRecoGeometryESProducer",
6  trackerGeometryLabel = cms.untracked.string('MisAligned'),
7  appendToDataLabel = cms.string('MisAligned')
8 )
9 
10