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