CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_7_hltpatch2/src/RecoTracker/RingMakerESProducer/python/RingMakerESProducerMTCC_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.RingMakerESProducer.RingMakerESProducer_cfi import *
00009 # rings esproducer
00010 ringsMTCC = copy.deepcopy(rings)
00011 ringsMTCC.RingAsciiFileName = 'rings_mtcc.dat'
00012 ringsMTCC.ComponentName = 'MTCC'
00013