27 psetForOutRec.append( cms.PSet( record = cms.string(
str( recordName )),
28 tag = cms.string(
str( options.destinationTag )),
29 timetype = cms.untracked.string(
str(tagTimeType))
33 sqliteConnect =
'sqlite:%s' %options.targetFile
34 process = cms.Process(
"PopCon")
35 process.load(
"CondCore.CondDB.CondDB_cfi")
36 process.CondDB.DBParameters.messageLevel = cms.untracked.int32( 3 )
38 process.PoolDBOutputService = cms.Service(
"PoolDBOutputService",
39 DBParameters = cms.PSet( messageLevel = cms.untracked.int32( 3 ),
41 connect = cms.string( sqliteConnect ),
42 toPut = cms.VPSet( psetForOutRec )
45 process.source = cms.Source(
"EmptyIOVSource",
46 timetype = cms.string(
'runnumber'),
47 firstValue = cms.uint64(1),
48 lastValue = cms.uint64(1),
49 interval = cms.uint64(1)