CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_9/src/CalibTracker/SiStripESProducers/python/fake/SiStripLorentzAngleFakeESSource_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 from CalibTracker.SiStripESProducers.services.SiStripLorentzAngleGeneratorService_cfi import *
00004 
00005 SiStripLorentzAngleFakeESSource = cms.ESSource("SiStripLorentzAngleFakeESSource",
00006                                                appendToDataLabel = cms.string('')
00007                                                )
00008 
00009 
00010