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