CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_10_patch2/src/RecoTracker/RoadMapMakerESProducer/python/RoadMapMakerESProducerTIF_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 # Rings
00004 from RecoTracker.RingMakerESProducer.RingMakerESProducerTIF_cff import *
00005 import copy
00006 from RecoTracker.RoadMapMakerESProducer.RoadMapMakerESProducer_cfi import *
00007 # RoadMapMaker
00008 roadsTIF = copy.deepcopy(roads)
00009 roadsTIF.GeometryStructure = 'TIF'
00010 roadsTIF.SeedingType = 'TwoRingSeeds'
00011 roadsTIF.ComponentName = 'TIF'
00012 roadsTIF.RingsLabel = 'TIF'
00013