Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:11:14

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 from RecoTracker.GeometryESProducer.TrackerRecoGeometryESProducer_cfi import *
0004 # The same as above but with a misaligned tracker geometry
0005 misalignedGeomSearchTracker = cms.ESProducer("TrackerRecoGeometryESProducer",
0006     trackerGeometryLabel = cms.untracked.string('MisAligned'),
0007     appendToDataLabel = cms.string('MisAligned')
0008 )
0009 
0010