CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_5_3_14/src/RecoTracker/RingESSource/python/RingESSourceMTCC_cff.py

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