CMS 3D CMS Logo

cmsMagneticFieldDB_cfi.py

Go to the documentation of this file.
00001 # The following comments couldn't be translated into the new config version:
00002 
00003 # label for IOV to use.
00004 # connection string only needed for name-to-token.
00005 # should be optional, then check if needed by dbConn
00006 # "ditto"
00007 # empty string defaults to Top Node of DDD
00008 import FWCore.ParameterSet.Config as cms
00009 
00010 magfield = cms.ESSource("DBIdealGeometryESSource",
00011     dbUser = cms.string('mcase'),
00012     dbPass = cms.string('neneng'),
00013     dbMetaName = cms.string('MagField01'),
00014     dbConn = cms.string('sqlite_file:testMag.db'),
00015     rootNodeName = cms.string('MagneticFieldVolumes:MAGF')
00016 )
00017 
00018 

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