CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_4_4_5_patch3/src/RecoVertex/BeamSpotProducer/python/BeamSpotFakeConditionsSimpleGaussian_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 BeamSpotFakeConditions = cms.ESSource("BeamSpotFakeConditions",
00004     BeamType = cms.string('SimpleGaussian'),
00005     #FileInPath xmlCalibration = "RecoVertex/BeamSpotProducer/test/BeamSpotFakeConditions.xml"
00006     UseDummy = cms.bool(True)
00007 )
00008 
00009