CMS 3D CMS Logo

CondDBSetup_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 condDBSetup = cms.PSet(
00004     DBParameters = cms.PSet(
00005         authenticationPath = cms.untracked.string('.'),
00006         connectionRetrialPeriod = cms.untracked.int32(10),
00007         idleConnectionCleanupPeriod = cms.untracked.int32(10),
00008         messageLevel = cms.untracked.int32(0),
00009         enablePoolAutomaticCleanUp = cms.untracked.bool(False),
00010         enableConnectionSharing = cms.untracked.bool(True),
00011         connectionRetrialTimeOut = cms.untracked.int32(60),
00012         connectionTimeOut = cms.untracked.int32(60),
00013         enableReadOnlySessionOnUpdateConnection = cms.untracked.bool(False)
00014     )
00015 )
00016 

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