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