CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/RecoTracker/RingMakerESProducer/python/RingMakerESProducerTIFTOB_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 ringsTIFTOB = copy.deepcopy(rings)
00010 ringsTIFTOB.Configuration = 'TIFTOB'
00011 ringsTIFTOB.RingAsciiFileName = 'rings_tiftob.dat'
00012 ringsTIFTOB.ComponentName = 'TIFTOB'
00013