CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_6_1_1/src/RecoTracker/RoadMapESSource/python/RoadMapESSourceTIFTOBTEC_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.RoadMapESSource.RoadMapESSource_cfi import *
00007 # Roads
00008 roadsTIFTOBTEC = copy.deepcopy(roads)
00009 roadsTIFTOBTEC.InputFileName = 'RecoTracker/RoadMapESSource/data/roads_tiftobtec-0010.dat'
00010 roadsTIFTOBTEC.ComponentName = 'TIFTOBTEC'
00011 roadsTIFTOBTEC.RingsLabel = 'TIFTOBTEC'
00012