CMS 3D CMS Logo

BeamSpotSimpleGaussian_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 BeamSpotGaussian = cms.ESSource("PoolDBESSource",
00004     DBParameters = cms.PSet(
00005         messageLevel = cms.untracked.int32(0)
00006     ),
00007     timetype = cms.string('runtime'),
00008     toGet = cms.VPSet(cms.PSet(
00009         record = cms.string('BeamSpotObjectsRcd'),
00010         tag = cms.string('SimpleGaussian')
00011     )),
00012     connect = cms.string('frontier://FrontierDev/CMS_COND_BEAMSPOT') ##FrontierDev/CMS_COND_BEAMSPOT"
00013 
00014 )
00015 
00016 

Generated on Tue Jun 9 17:46:02 2009 for CMSSW by  doxygen 1.5.4