CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_5_3_14/src/RecoTracker/RoadMapMakerESProducer/python/RoadMapMakerESProducerTIFTOBTEC_cff.py

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