CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_9/src/RecoTracker/RoadMapMakerESProducer/python/RoadMapMakerESProducerTIFTOB_cff.py

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