CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_9/src/RecoTracker/RingMakerESProducer/python/RingMakerESProducerP5_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.RingMakerESProducer.RingMakerESProducer_cfi import *
00008 # rings esproducer
00009 ringsP5 = copy.deepcopy(rings)
00010 ringsP5.Configuration = 'P5'
00011 ringsP5.RingAsciiFileName = 'rings_p5.dat'
00012 ringsP5.ComponentName = 'P5'
00013