CMS 3D CMS Logo

CondDB_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 CondDB = cms.PSet(
4  DBParameters = cms.PSet(
5  authenticationPath = cms.untracked.string(''),
6  authenticationSystem = cms.untracked.int32(0),
7  security = cms.untracked.string(''),
8  messageLevel = cms.untracked.int32(0),
9  ),
10  connect = cms.string(''),
11 )
12