File indexing completed on 2023-03-17 10:46:10
0001 import FWCore.ParameterSet.Config as cms
0002 from CondCore.CondDB.CondDB_cfi import *
0003
0004 GlobalTag = cms.ESSource( "PoolDBESSource",
0005 CondDB,
0006 globaltag = cms.string( '' ),
0007 snapshotTime = cms.string( '' ),
0008 toGet = cms.VPSet(),
0009 DumpStat = cms.untracked.bool( False ),
0010 ReconnectEachRun = cms.untracked.bool( False ),
0011 RefreshAlways = cms.untracked.bool( False ),
0012 RefreshEachRun = cms.untracked.bool( False ),
0013 RefreshOpenIOVs = cms.untracked.bool( False ),
0014 pfnPostfix = cms.untracked.string( '' ),
0015 pfnPrefix = cms.untracked.string( '' ),
0016 )