CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
xmlsqlitefile.py
Go to the documentation of this file.
1 
2 import FWCore.ParameterSet.Config as cms
3 
5 
6 PoolDBESSource = cms.ESSource( "PoolDBESSource",
7  CondDBCommon,
8  loadAll = cms.bool(True),
9  toGet = cms.VPSet(
10  cms.PSet( record = cms.string('GeometryFileRcd' ),
11  tag = cms.string('XMLFILE_Geometry_Test03')) ),
12  BlobStreamerName = cms.untracked.string('TBufferBlobStreamingService'),
13  timetype = cms.untracked.string('runnumber')
14  )
15 
16 PoolDBESSource.connect = cms.string('sqlite_file:allxml.db')