CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_7_hltpatch2/src/RecoTracker/RoadMapESSource/python/RoadMapESSource_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 roads = cms.ESSource("RoadMapESSource",
00004     ComponentName = cms.string(''),
00005     RingsLabel = cms.string(''),
00006     InputFileName = cms.FileInPath('RecoTracker/RoadMapESSource/data/roads-0010.dat')
00007 )
00008 
00009