CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_9/src/RecoTracker/RingESSource/python/RingESSourceTIFTIBTOB_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 # geometry
00004 # tracker geometry
00005 # tracker numbering
00006 import copy
00007 from RecoTracker.RingESSource.RingESSource_cfi import *
00008 # rings esproducer
00009 ringsTIFTIBTOB = copy.deepcopy(rings)
00010 ringsTIFTIBTOB.InputFileName = 'RecoTracker/RingESSource/data/rings_tiftibtob-0004.dat'
00011 ringsTIFTIBTOB.ComponentName = 'TIFTIBTOB'
00012